#F29E30

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

Shades of Yellow Sea #F29E30

Tints of Yellow Sea #F29E30

Color information

#F29E30 (or 0xF29E30) is unknown color: approx Yellow Sea. HEX triplet: F2, 9E and 30. RGB value is (242,158,48). Sum of RGB (Red+Green+Blue) = 242+158+48=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 48 (19.14% from 255 or 10.71% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F29E30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29E30 is #0D61CF. Grayscale: #ABABAB. Windows color (decimal): -877008 or 3186418. OLE color: 3186418.

HSL color Cylindrical-coordinate representation of color #F29E30: hue angle of 34.02º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F29E30 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB24215848-
CMYK00.350.800.05
HSL34.02º88.18%56.86%-
HSV(B)34.02º80.17%94.9%-
XYZ49.3843.548.6-
YUV170.5858.83178.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.02%
GREEN value IS 158 (62.11% from 255) = 35.27%
BLUE value IS 48 (19.14% from 255) = 10.71%
R=54.02%
G=35.27%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421584800.350.800.0534.0288.1856.86
HexF29E30023505225839
Octal3622366004312054213071
Binary1111001010011110110000010001110100001011000101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29E30; }

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

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

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

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

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

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

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

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