#F4C430

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

Shades of Saffron #F4C430

Tints of Saffron #F4C430

Color information

#F4C430 (or 0xF4C430) is unknown color: approx Saffron. HEX triplet: F4, C4 and 30. RGB value is (244,196,48). Sum of RGB (Red+Green+Blue) = 244+196+48=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 196 (76.95% from 255 or 40.16% from 488); Blue value is 48 (19.14% from 255 or 9.84% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C430 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C430 is #0B3BCF. Grayscale: #C2C2C2. Windows color (decimal): -736208 or 3196148. OLE color: 3196148.

HSL color Cylindrical-coordinate representation of color #F4C430: hue angle of 45.31º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4C430 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB24419648-
CMYK00.200.800.04
HSL45.31º89.91%57.25%-
HSV(B)45.31º80.33%95.69%-
XYZ57.5858.9311.14-
YUV193.4845.9164.03-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50%
GREEN value IS 196 (76.95% from 255) = 40.16%
BLUE value IS 48 (19.14% from 255) = 9.84%
R=50%
G=40.16%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441964800.200.800.0445.3189.9157.25
HexF4C4300145042d5a39
Octal3643046002412045513271
Binary111101001100010011000001010010100001001011011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C430; }

 p { color: rgb(244,196,48); }

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

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

 a { background-color: rgb(244,196,48); }

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

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

 span { border-color: rgb(244,196,48); }

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