#F29B3F

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

Shades of Yellow Sea #F29B3F

Tints of Yellow Sea #F29B3F

Color information

#F29B3F (or 0xF29B3F) is unknown color: approx Yellow Sea. HEX triplet: F2, 9B and 3F. RGB value is (242,155,63). Sum of RGB (Red+Green+Blue) = 242+155+63=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 63 (25% from 255 or 13.70% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F29B3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29B3F is #0D64C0. Grayscale: #AAAAAA. Windows color (decimal): -877761 or 4168690. OLE color: 4168690.

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

Color convert

RGB24215563-
CMYK00.360.740.05
HSL30.84º87.32%59.8%-
HSV(B)30.84º73.97%94.9%-
XYZ49.2442.6810.35-
YUV170.5267.32178.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.61%
GREEN value IS 155 (60.94% from 255) = 33.70%
BLUE value IS 63 (25% from 255) = 13.70%
R=52.61%
G=33.70%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421556300.360.740.0530.8487.3259.8
HexF29B3F0244A51f573c
Octal3622337704411253712774
Binary111100101001101111111101001001001010101111111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29B3F; }

 p { color: rgb(242,155,63); }

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

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

 a { background-color: rgb(242,155,63); }

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

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

 span { border-color: rgb(242,155,63); }

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