#F2A23F

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

Shades of Yellow Sea #F2A23F

Tints of Yellow Sea #F2A23F

Color information

#F2A23F (or 0xF2A23F) is unknown color: approx Yellow Sea. HEX triplet: F2, A2 and 3F. RGB value is (242,162,63). Sum of RGB (Red+Green+Blue) = 242+162+63=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 63 (25% from 255 or 13.49% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A23F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A23F is #0D5DC0. Grayscale: #AFAFAF. Windows color (decimal): -875969 or 4170482. OLE color: 4170482.

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

Color convert

RGB24216263-
CMYK00.330.740.05
HSL33.18º87.32%59.8%-
HSV(B)33.18º73.97%94.9%-
XYZ50.4445.0810.75-
YUV174.6365176.05-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.82%
GREEN value IS 162 (63.67% from 255) = 34.69%
BLUE value IS 63 (25% from 255) = 13.49%
R=51.82%
G=34.69%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421626300.330.740.0533.1887.3259.8
HexF2A23F0214A521573c
Octal3622427704111254112774
Binary1111001010100010111111010000110010101011000011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A23F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A23F; }

 p { color: rgb(242,162,63); }

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

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

 a { background-color: rgb(242,162,63); }

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

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

 span { border-color: rgb(242,162,63); }

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