#F2CC3A

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

Shades of Saffron #F2CC3A

Tints of Saffron #F2CC3A

Color information

#F2CC3A (or 0xF2CC3A) is unknown color: approx Saffron. HEX triplet: F2, CC and 3A. RGB value is (242,204,58). Sum of RGB (Red+Green+Blue) = 242+204+58=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 58 (23.05% from 255 or 11.51% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CC3A is #0D33C5. Grayscale: #C7C7C7. Windows color (decimal): -865222 or 3853554. OLE color: 3853554.

HSL color Cylindrical-coordinate representation of color #F2CC3A: hue angle of 47.61º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F2CC3A is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB24220458-
CMYK00.160.760.05
HSL47.61º87.62%58.82%-
HSV(B)47.61º76.03%94.9%-
XYZ58.9762.3712.93-
YUV198.7248.59158.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.02%
GREEN value IS 204 (80.08% from 255) = 40.48%
BLUE value IS 58 (23.05% from 255) = 11.51%
R=48.02%
G=40.48%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422045800.160.760.0547.6187.6258.82
HexF2CC3A0104C530583b
Octal3623147202011456013073
Binary111100101100110011101001000010011001011100001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CC3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CC3A; }

 p { color: rgb(242,204,58); }

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

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

 a { background-color: rgb(242,204,58); }

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

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

 span { border-color: rgb(242,204,58); }

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