Html Css Color HEX #FAC32F Saffron

📋 copy color: '#FAC32F'

red 250 ◦ green 195 ◦ blue 47

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

Shades of Saffron #FAC32F

Tints of Saffron #FAC32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.55%

R = 50.81%
G = 39.63%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FAC32F (or 0xFAC32F) is known color: Saffron. HEX triplet: FA, C3 and 2F. RGB value is (250,195,47). Sum of RGB (Red+Green+Blue) = 250+195+47=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 47 (18.75% from 255 or 9.55% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC32F is #053CD0. Grayscale: #C3C3C3. Windows color (decimal): -343249 or 3130362. OLE color: 3130362.

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

Color convert

RGB 250 195 47 -
CMYK 0 0.22 0.81 0.02
HSL 43.74º 0.95% 0.58% -
HSV(B) 43.74º 0.81% 0.98% -
XYZ 59.45 59.56 11.05 -
YUV 194.57 44.72 167.53 -
System Red Green Blue C M Y K H S L
Decimal 250 195 47 0 0.22 0.81 0.02 43.74 0.95 0.58
Hex FA C3 2F 0 16 51 2 2C 5F 3A
Octal 372 303 57 0 26 121 2 54 137 72
Binary 11111010 11000011 101111 0 10110 1010001 10 101100 1011111 111010

Color Harmonies of #FAC32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC32F

Black with #FAC32F

Text Example


Text Example

White with #FAC32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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