#F29F2E

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

Shades of Yellow Sea #F29F2E

Tints of Yellow Sea #F29F2E

Color information

#F29F2E (or 0xF29F2E) is unknown color: approx Yellow Sea. HEX triplet: F2, 9F and 2E. RGB value is (242,159,46). Sum of RGB (Red+Green+Blue) = 242+159+46=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 46 (18.36% from 255 or 10.29% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F29F2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29F2E is #0D60D1. Grayscale: #ABABAB. Windows color (decimal): -876754 or 3055602. OLE color: 3055602.

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

Color convert

RGB24215946-
CMYK00.340.810.05
HSL34.59º88.29%56.47%-
HSV(B)34.59º80.99%94.9%-
XYZ49.5143.878.44-
YUV170.9457.5178.69-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.14%
GREEN value IS 159 (62.5% from 255) = 35.57%
BLUE value IS 46 (18.36% from 255) = 10.29%
R=54.14%
G=35.57%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421594600.340.810.0534.5988.2956.47
HexF29F2E022515235838
Octal3622375604212154313070
Binary1111001010011111101110010001010100011011000111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29F2E; }

 p { color: rgb(242,159,46); }

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

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

 a { background-color: rgb(242,159,46); }

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

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

 span { border-color: rgb(242,159,46); }

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