Html Css Color HEX #FAC333 Saffron

📋 copy color: '#FAC333'

red 250 ◦ green 195 ◦ blue 51

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

Shades of Saffron #FAC333

Tints of Saffron #FAC333

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.31%

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

R = 50.4%
G = 39.31%
B = 10.28%

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

#FAC333 (or 0xFAC333) is known color: Saffron. HEX triplet: FA, C3 and 33. RGB value is (250,195,51). Sum of RGB (Red+Green+Blue) = 250+195+51=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 51 (20.31% from 255 or 10.28% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC333 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC333 is #053CCC. Grayscale: #C3C3C3. Windows color (decimal): -343245 or 3392506. OLE color: 3392506.

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

Color convert

RGB 250 195 51 -
CMYK 0 0.22 0.80 0.02
HSL 43.42º 0.95% 0.59% -
HSV(B) 43.42º 0.8% 0.98% -
XYZ 59.54 59.59 11.5 -
YUV 195.03 46.72 167.21 -
System Red Green Blue C M Y K H S L
Decimal 250 195 51 0 0.22 0.80 0.02 43.42 0.95 0.59
Hex FA C3 33 0 16 50 2 2B 5F 3B
Octal 372 303 63 0 26 120 2 53 137 73
Binary 11111010 11000011 110011 0 10110 1010000 10 101011 1011111 111011

Color Harmonies of #FAC333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC333

Black with #FAC333

Text Example


Text Example

White with #FAC333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC333; }

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

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

background-color css

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

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

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

border-color css

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

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

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