Html Css Color HEX #FAC432 Saffron

📋 copy color: '#FAC432'

red 250 ◦ green 196 ◦ blue 50

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

Shades of Saffron #FAC432

Tints of Saffron #FAC432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.08%

R = 50.4%
G = 39.52%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FAC432 (or 0xFAC432) is known color: Saffron. HEX triplet: FA, C4 and 32. RGB value is (250,196,50). Sum of RGB (Red+Green+Blue) = 250+196+50=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 196 (76.95% from 255 or 39.52% from 496); Blue value is 50 (19.92% from 255 or 10.08% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC432 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC432 is #053BCD. Grayscale: #C4C4C4. Windows color (decimal): -342990 or 3327226. OLE color: 3327226.

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

Color convert

RGB 250 196 50 -
CMYK 0 0.22 0.8 0.02
HSL 43.8º 0.95% 0.59% -
HSV(B) 43.8º 0.8% 0.98% -
XYZ 59.74 60.03 11.46 -
YUV 195.5 45.89 166.87 -
System Red Green Blue C M Y K H S L
Decimal 250 196 50 0 0.22 0.8 0.02 43.8 0.95 0.59
Hex FA C4 32 0 16 50 2 2C 5F 3B
Octal 372 304 62 0 26 120 2 54 137 73
Binary 11111010 11000100 110010 0 10110 1010000 10 101100 1011111 111011

Color Harmonies of #FAC432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC432

Black with #FAC432

Text Example


Text Example

White with #FAC432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC432; }

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

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

background-color css

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

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

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

border-color css

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

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

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