#F2A43E

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

Shades of Yellow Sea #F2A43E

Tints of Yellow Sea #F2A43E

Color information

#F2A43E (or 0xF2A43E) is unknown color: approx Yellow Sea. HEX triplet: F2, A4 and 3E. RGB value is (242,164,62). Sum of RGB (Red+Green+Blue) = 242+164+62=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 62 (24.61% from 255 or 13.25% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A43E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A43E is #0D5BC1. Grayscale: #B0B0B0. Windows color (decimal): -875458 or 4105458. OLE color: 4105458.

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

Color convert

RGB24216462-
CMYK00.320.740.05
HSL34º87.38%59.61%-
HSV(B)34º74.38%94.9%-
XYZ50.7645.7810.72-
YUV175.6963.84175.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.71%
GREEN value IS 164 (64.45% from 255) = 35.04%
BLUE value IS 62 (24.61% from 255) = 13.25%
R=51.71%
G=35.04%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421646200.320.740.053487.3859.61
HexF2A43E0204A522573c
Octal3622447604011254212774
Binary1111001010100100111110010000010010101011000101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A43E; }

 p { color: rgb(242,164,62); }

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

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

 a { background-color: rgb(242,164,62); }

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

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

 span { border-color: rgb(242,164,62); }

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