Html Css Color HEX #F4CA34 Saffron

📋 copy color: '#F4CA34'

red 244 ◦ green 202 ◦ blue 52

#F4CA34
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saffron #F4CA34

Tints of Saffron #F4CA34

RGB

 RED value IS 244 (95.7% from 255) = 49%

 GREEN value IS 202 (79.3% from 255) = 40.56%

 BLUE value IS 52 (20.7% from 255) = 10.44%

R = 49%
G = 40.56%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F4CA34 (or 0xF4CA34) is known color: Saffron. HEX triplet: F4, CA and 34. RGB value is (244,202,52). Sum of RGB (Red+Green+Blue) = 244+202+52=498 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.00% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 52 (20.70% from 255 or 10.44% from 498); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CA34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4CA34 is #0B35CB. Grayscale: #C6C6C6. Windows color (decimal): -734668 or 3459828. OLE color: 3459828.

HSL color Cylindrical-coordinate representation of color #F4CA34: hue angle of 46.88º 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 #F4CA34 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 202 52 -
CMYK 0 0.17 0.79 0.04
HSL 46.88º 0.9% 0.58% -
HSV(B) 46.88º 0.79% 0.96% -
XYZ 59.05 61.72 12.05 -
YUV 197.46 45.91 161.2 -
System Red Green Blue C M Y K H S L
Decimal 244 202 52 0 0.17 0.79 0.04 46.88 0.9 0.58
Hex F4 CA 34 0 11 4F 4 2F 5A 3A
Octal 364 312 64 0 21 117 4 57 132 72
Binary 11110100 11001010 110100 0 10001 1001111 100 101111 1011010 111010

Color Harmonies of #F4CA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4CA34

Black with #F4CA34

Text Example


Text Example

White with #F4CA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4CA34; }

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

 H1.HeaderClassName
 {
   color: #F4CA34;
 }
 .AnyTagClassName
 {
   color: #F4CA34;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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