#f2a83f

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

Shades of Yellow Sea #F2A83F

Tints of Yellow Sea #F2A83F

Color information

#F2A83F (or 0xF2A83F) is unknown color: approx Yellow Sea. HEX triplet: F2, A8 and 3F. RGB value is (242,168,63). Sum of RGB (Red+Green+Blue) = 242+168+63=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 63 (25% from 255 or 13.32% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A83F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A83F is #0D57C0. Grayscale: #B2B2B2. Windows color (decimal): -874433 or 4172018. OLE color: 4172018.

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

Color convert

RGB24216863-
CMYK00.310.740.05
HSL35.2º87.32%59.8%-
HSV(B)35.2º73.97%94.9%-
XYZ51.5247.2411.11-
YUV178.1663.02173.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.16%
GREEN value IS 168 (66.02% from 255) = 35.52%
BLUE value IS 63 (25% from 255) = 13.32%
R=51.16%
G=35.52%
B=13.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421686300.310.740.0535.287.3259.8
HexF2A83F01F4A523573c
Octal3622507703711254312774
Binary111100101010100011111101111110010101011000111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2a83f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2a83f; }

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

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

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

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

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

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

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

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