#F4C734

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

Shades of Saffron #F4C734

Tints of Saffron #F4C734

Color information

#F4C734 (or 0xF4C734) is unknown color: approx Saffron. HEX triplet: F4, C7 and 34. RGB value is (244,199,52). Sum of RGB (Red+Green+Blue) = 244+199+52=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 52 (20.70% from 255 or 10.51% from 495); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C734 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C734 is #0B38CB. Grayscale: #C4C4C4. Windows color (decimal): -735436 or 3459060. OLE color: 3459060.

HSL color Cylindrical-coordinate representation of color #F4C734: hue angle of 45.94º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F4C734 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB24419952-
CMYK00.180.790.04
HSL45.94º89.72%58.04%-
HSV(B)45.94º78.69%95.69%-
XYZ58.3560.3311.82-
YUV195.746.91162.45-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.29%
GREEN value IS 199 (78.12% from 255) = 40.20%
BLUE value IS 52 (20.70% from 255) = 10.51%
R=49.29%
G=40.20%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441995200.180.790.0445.9489.7258.04
HexF4C7340124F42e5a3a
Octal3643076402211745613272
Binary111101001100011111010001001010011111001011101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C734; }

 p { color: rgb(244,199,52); }

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

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

 a { background-color: rgb(244,199,52); }

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

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

 span { border-color: rgb(244,199,52); }

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