#F29E40

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

Shades of Yellow Sea #F29E40

Tints of Yellow Sea #F29E40

Color information

#F29E40 (or 0xF29E40) is unknown color: approx Yellow Sea. HEX triplet: F2, 9E and 40. RGB value is (242,158,64). Sum of RGB (Red+Green+Blue) = 242+158+64=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 64 (25.39% from 255 or 13.79% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F29E40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29E40 is #0D61BF. Grayscale: #ACACAC. Windows color (decimal): -876992 or 4234994. OLE color: 4234994.

HSL color Cylindrical-coordinate representation of color #F29E40: hue angle of 31.69º 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 #F29E40 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB24215864-
CMYK00.350.740.05
HSL31.69º87.25%60%-
HSV(B)31.69º73.55%94.9%-
XYZ49.7743.710.66-
YUV172.466.83177.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.16%
GREEN value IS 158 (62.11% from 255) = 34.05%
BLUE value IS 64 (25.39% from 255) = 13.79%
R=52.16%
G=34.05%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421586400.350.740.0531.6987.2560
HexF29E400234A520573c
Octal36223610004311254012774
Binary11110010100111101000000010001110010101011000001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29E40; }

 p { color: rgb(242,158,64); }

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

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

 a { background-color: rgb(242,158,64); }

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

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

 span { border-color: rgb(242,158,64); }

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