Html Css Color HEX #FAC42C Saffron

📋 copy color: '#FAC42C'

red 250 ◦ green 196 ◦ blue 44

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

Shades of Saffron #FAC42C

Tints of Saffron #FAC42C

RGB

 RED value IS 250 (98.05% from 255) = 51.02%

 GREEN value IS 196 (76.95% from 255) = 40%

 BLUE value IS 44 (17.58% from 255) = 8.98%

R = 51.02%
G = 40%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FAC42C (or 0xFAC42C) is known color: Saffron. HEX triplet: FA, C4 and 2C. RGB value is (250,196,44). Sum of RGB (Red+Green+Blue) = 250+196+44=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 44 (17.58% from 255 or 8.98% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC42C is #053BD3. Grayscale: #C3C3C3. Windows color (decimal): -342996 or 2934010. OLE color: 2934010.

HSL color Cylindrical-coordinate representation of color #FAC42C: hue angle of 44.27º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FAC42C is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 196 44 -
CMYK 0 0.22 0.82 0.02
HSL 44.27º 0.95% 0.58% -
HSV(B) 44.27º 0.82% 0.98% -
XYZ 59.62 59.99 10.82 -
YUV 194.82 42.89 167.36 -
System Red Green Blue C M Y K H S L
Decimal 250 196 44 0 0.22 0.82 0.02 44.27 0.95 0.58
Hex FA C4 2C 0 16 52 2 2C 5F 3A
Octal 372 304 54 0 26 122 2 54 137 72
Binary 11111010 11000100 101100 0 10110 1010010 10 101100 1011111 111010

Color Harmonies of #FAC42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC42C

Black with #FAC42C

Text Example


Text Example

White with #FAC42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC42C; }

 p { color: rgb(250,196,44); }

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

background-color css

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

 a { background-color: rgb(250,196,44); }

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

border-color css

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

 span { border-color: rgb(250,196,44); }

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