#F29C2A

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

Shades of Yellow Sea #F29C2A

Tints of Yellow Sea #F29C2A

Color information

#F29C2A (or 0xF29C2A) is unknown color: approx Yellow Sea. HEX triplet: F2, 9C and 2A. RGB value is (242,156,42). Sum of RGB (Red+Green+Blue) = 242+156+42=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 42 (16.80% from 255 or 9.55% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F29C2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29C2A is #0D63D5. Grayscale: #A9A9A9. Windows color (decimal): -877526 or 2792690. OLE color: 2792690.

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

Color convert

RGB24215642-
CMYK00.360.830.05
HSL34.2º88.5%55.69%-
HSV(B)34.2º82.64%94.9%-
XYZ48.9242.827.88-
YUV168.7256.49180.27-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 55%
GREEN value IS 156 (61.33% from 255) = 35.45%
BLUE value IS 42 (16.80% from 255) = 9.55%
R=55%
G=35.45%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421564200.360.830.0534.288.555.69
HexF29C2A024535225838
Octal3622345204412354213070
Binary1111001010011100101010010010010100111011000101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29C2A; }

 p { color: rgb(242,156,42); }

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

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

 a { background-color: rgb(242,156,42); }

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

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

 span { border-color: rgb(242,156,42); }

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