Html Css Color HEX #FAC033 Saffron

📋 copy color: '#FAC033'

red 250 ◦ green 192 ◦ blue 51

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

Shades of Saffron #FAC033

Tints of Saffron #FAC033

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.95%

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

R = 50.71%
G = 38.95%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FAC033 (or 0xFAC033) is known color: Saffron. HEX triplet: FA, C0 and 33. RGB value is (250,192,51). Sum of RGB (Red+Green+Blue) = 250+192+51=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 51 (20.31% from 255 or 10.34% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC033 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC033 is #053FCC. Grayscale: #C1C1C1. Windows color (decimal): -344013 or 3391738. OLE color: 3391738.

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

Color convert

RGB 250 192 51 -
CMYK 0 0.23 0.80 0.02
HSL 42.51º 0.95% 0.59% -
HSV(B) 42.51º 0.8% 0.98% -
XYZ 58.87 58.26 11.27 -
YUV 193.27 47.72 168.46 -
System Red Green Blue C M Y K H S L
Decimal 250 192 51 0 0.23 0.80 0.02 42.51 0.95 0.59
Hex FA C0 33 0 17 50 2 2B 5F 3B
Octal 372 300 63 0 27 120 2 53 137 73
Binary 11111010 11000000 110011 0 10111 1010000 10 101011 1011111 111011

Color Harmonies of #FAC033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC033

Black with #FAC033

Text Example


Text Example

White with #FAC033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC033; }

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

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

background-color css

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

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

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

border-color css

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

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

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