#f29f3d

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

Shades of Yellow Sea #F29F3D

Tints of Yellow Sea #F29F3D

Color information

#F29F3D (or 0xF29F3D) is unknown color: approx Yellow Sea. HEX triplet: F2, 9F and 3D. RGB value is (242,159,61). Sum of RGB (Red+Green+Blue) = 242+159+61=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 61 (24.22% from 255 or 13.20% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F29F3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29F3D is #0D60C2. Grayscale: #ADADAD. Windows color (decimal): -876739 or 4038642. OLE color: 4038642.

HSL color Cylindrical-coordinate representation of color #F29F3D: hue angle of 32.49º degrees, saturation: 0.87, 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 #F29F3D is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB24215961-
CMYK00.340.750.05
HSL32.49º87.44%59.41%-
HSV(B)32.49º74.79%94.9%-
XYZ49.8644.0110.28-
YUV172.6465177.47-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.38%
GREEN value IS 159 (62.5% from 255) = 34.42%
BLUE value IS 61 (24.22% from 255) = 13.20%
R=52.38%
G=34.42%
B=13.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421596100.340.750.0532.4987.4459.41
HexF29F3D0224B520573b
Octal3622377504211354012773
Binary1111001010011111111101010001010010111011000001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f29f3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f29f3d; }

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

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

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

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

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

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

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

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