Html Css Color HEX #FAC434 Saffron

📋 copy color: '#FAC434'

red 250 ◦ green 196 ◦ blue 52

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

Shades of Saffron #FAC434

Tints of Saffron #FAC434

RGB

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

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

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

R = 50.2%
G = 39.36%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FAC434 (or 0xFAC434) is known color: Saffron. HEX triplet: FA, C4 and 34. RGB value is (250,196,52). Sum of RGB (Red+Green+Blue) = 250+196+52=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 52 (20.70% from 255 or 10.44% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC434 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC434 is #053BCB. Grayscale: #C4C4C4. Windows color (decimal): -342988 or 3458298. OLE color: 3458298.

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

Color convert

RGB 250 196 52 -
CMYK 0 0.22 0.79 0.02
HSL 43.64º 0.95% 0.59% -
HSV(B) 43.64º 0.79% 0.98% -
XYZ 59.78 60.05 11.69 -
YUV 195.73 46.89 166.71 -
System Red Green Blue C M Y K H S L
Decimal 250 196 52 0 0.22 0.79 0.02 43.64 0.95 0.59
Hex FA C4 34 0 16 4F 2 2C 5F 3B
Octal 372 304 64 0 26 117 2 54 137 73
Binary 11111010 11000100 110100 0 10110 1001111 10 101100 1011111 111011

Color Harmonies of #FAC434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC434

Black with #FAC434

Text Example


Text Example

White with #FAC434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC434; }

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

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

background-color css

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

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

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

border-color css

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

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

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