#F39B3C

Color #F39B3C Yellow Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Sea #F39B3C

Tints of Yellow Sea #F39B3C

Color information

#F39B3C (or 0xF39B3C) is unknown color: approx Yellow Sea. HEX triplet: F3, 9B and 3C. RGB value is (243,155,60). Sum of RGB (Red+Green+Blue) = 243+155+60=458 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.06% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 60 (23.83% from 255 or 13.10% from 458); Max value from RGB is 243 - color contains mainly: red. Hex color #F39B3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F39B3C is #0C64C3. Grayscale: #AAAAAA. Windows color (decimal): -812228 or 3972083. OLE color: 3972083.

HSL color Cylindrical-coordinate representation of color #F39B3C: hue angle of 31.15º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F39B3C is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB24315560-
CMYK00.360.750.05
HSL31.15º88.41%59.41%-
HSV(B)31.15º75.31%95.29%-
XYZ49.542.829.93-
YUV170.4865.65179.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 53.06%
GREEN value IS 155 (60.94% from 255) = 33.84%
BLUE value IS 60 (23.83% from 255) = 13.10%
R=53.06%
G=33.84%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431556000.360.750.0531.1588.4159.41
HexF39B3C0244B51f583b
Octal3632337404411353713073
Binary111100111001101111110001001001001011101111111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39B3C; }

 p { color: rgb(243,155,60); }

 H1.HeaderClassName
 {
   color: #F39B3C;
 }
 .AnyTagClassName
 {
   color: #F39B3C;
 }
</style>
background-color css

<style>
 a { background-color: #F39B3C; }

 a { background-color: rgb(243,155,60); }

 div.DivClassName
 {
   background-color: #F39B3C;
 }
 .BgClassName
 {
   background-color: #F39B3C;
 }
</style>
border-color css

<style>
 span { border-color: #F39B3C; }

 span { border-color: rgb(243,155,60); }

 td.TdClassName
 {
   border-color: #F39B3C;
 }
 .TagClassName
 {
   border-color: #F39B3C;
 }
</style>