Html Css Color HEX #F4CA38 Saffron

📋 copy color: '#F4CA38'

red 244 ◦ green 202 ◦ blue 56

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

Shades of Saffron #F4CA38

Tints of Saffron #F4CA38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.16%

R = 48.61%
G = 40.24%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#F4CA38 (or 0xF4CA38) is known color: Saffron. HEX triplet: F4, CA and 38. RGB value is (244,202,56). Sum of RGB (Red+Green+Blue) = 244+202+56=502 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.61% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 56 (22.27% from 255 or 11.16% from 502); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CA38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4CA38 is #0B35C7. Grayscale: #C6C6C6. Windows color (decimal): -734664 or 3721972. OLE color: 3721972.

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

Color convert

RGB 244 202 56 -
CMYK 0 0.17 0.77 0.04
HSL 46.6º 0.9% 0.59% -
HSV(B) 46.6º 0.77% 0.96% -
XYZ 59.14 61.76 12.55 -
YUV 197.91 47.91 160.87 -
System Red Green Blue C M Y K H S L
Decimal 244 202 56 0 0.17 0.77 0.04 46.6 0.9 0.59
Hex F4 CA 38 0 11 4D 4 2F 5A 3B
Octal 364 312 70 0 21 115 4 57 132 73
Binary 11110100 11001010 111000 0 10001 1001101 100 101111 1011010 111011

Color Harmonies of #F4CA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4CA38

Black with #F4CA38

Text Example


Text Example

White with #F4CA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4CA38; }

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

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

background-color css

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

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

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

border-color css

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

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

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