Html Css Color HEX #FAC234 Saffron

📋 copy color: '#FAC234'

red 250 ◦ green 194 ◦ blue 52

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

Shades of Saffron #FAC234

Tints of Saffron #FAC234

RGB

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

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

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

R = 50.4%
G = 39.11%
B = 10.48%

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

#FAC234 (or 0xFAC234) is known color: Saffron. HEX triplet: FA, C2 and 34. RGB value is (250,194,52). Sum of RGB (Red+Green+Blue) = 250+194+52=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 52 (20.70% from 255 or 10.48% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC234 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC234 is #053DCB. Grayscale: #C3C3C3. Windows color (decimal): -343500 or 3457786. OLE color: 3457786.

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

Color convert

RGB 250 194 52 -
CMYK 0 0.22 0.79 0.02
HSL 43.03º 0.95% 0.59% -
HSV(B) 43.03º 0.79% 0.98% -
XYZ 59.34 59.16 11.54 -
YUV 194.56 47.55 167.55 -
System Red Green Blue C M Y K H S L
Decimal 250 194 52 0 0.22 0.79 0.02 43.03 0.95 0.59
Hex FA C2 34 0 16 4F 2 2B 5F 3B
Octal 372 302 64 0 26 117 2 53 137 73
Binary 11111010 11000010 110100 0 10110 1001111 10 101011 1011111 111011

Color Harmonies of #FAC234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC234

Black with #FAC234

Text Example


Text Example

White with #FAC234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC234; }

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

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

background-color css

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

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

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

border-color css

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

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

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