Html Css Color HEX #FAC233 Saffron

📋 copy color: '#FAC233'

red 250 ◦ green 194 ◦ blue 51

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

Shades of Saffron #FAC233

Tints of Saffron #FAC233

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.19%

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

R = 50.51%
G = 39.19%
B = 10.3%

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

#FAC233 (or 0xFAC233) is known color: Saffron. HEX triplet: FA, C2 and 33. RGB value is (250,194,51). Sum of RGB (Red+Green+Blue) = 250+194+51=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 51 (20.31% from 255 or 10.30% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC233 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC233 is #053DCC. Grayscale: #C3C3C3. Windows color (decimal): -343501 or 3392250. OLE color: 3392250.

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

Color convert

RGB 250 194 51 -
CMYK 0 0.22 0.80 0.02
HSL 43.12º 0.95% 0.59% -
HSV(B) 43.12º 0.8% 0.98% -
XYZ 59.31 59.15 11.42 -
YUV 194.44 47.05 167.63 -
System Red Green Blue C M Y K H S L
Decimal 250 194 51 0 0.22 0.80 0.02 43.12 0.95 0.59
Hex FA C2 33 0 16 50 2 2B 5F 3B
Octal 372 302 63 0 26 120 2 53 137 73
Binary 11111010 11000010 110011 0 10110 1010000 10 101011 1011111 111011

Color Harmonies of #FAC233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC233

Black with #FAC233

Text Example


Text Example

White with #FAC233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC233; }

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

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

background-color css

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

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

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

border-color css

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

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

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