Html Css Color HEX #FAC433 Saffron

📋 copy color: '#FAC433'

red 250 ◦ green 196 ◦ blue 51

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

Shades of Saffron #FAC433

Tints of Saffron #FAC433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.26%

R = 50.3%
G = 39.44%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAC433 (or 0xFAC433) is known color: Saffron. HEX triplet: FA, C4 and 33. RGB value is (250,196,51). Sum of RGB (Red+Green+Blue) = 250+196+51=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 51 (20.31% from 255 or 10.26% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC433 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC433 is #053BCC. Grayscale: #C4C4C4. Windows color (decimal): -342989 or 3392762. OLE color: 3392762.

HSL color Cylindrical-coordinate representation of color #FAC433: hue angle of 43.72º 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 #FAC433 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 196 51 -
CMYK 0 0.22 0.80 0.02
HSL 43.72º 0.95% 0.59% -
HSV(B) 43.72º 0.8% 0.98% -
XYZ 59.76 60.04 11.57 -
YUV 195.62 46.39 166.79 -
System Red Green Blue C M Y K H S L
Decimal 250 196 51 0 0.22 0.80 0.02 43.72 0.95 0.59
Hex FA C4 33 0 16 50 2 2C 5F 3B
Octal 372 304 63 0 26 120 2 54 137 73
Binary 11111010 11000100 110011 0 10110 1010000 10 101100 1011111 111011

Color Harmonies of #FAC433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC433

Black with #FAC433

Text Example


Text Example

White with #FAC433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC433; }

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

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

background-color css

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

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

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

border-color css

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

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

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