Html Css Color HEX #FAC32B Saffron

📋 copy color: '#FAC32B'

red 250 ◦ green 195 ◦ blue 43

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

Shades of Saffron #FAC32B

Tints of Saffron #FAC32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.81%

R = 51.23%
G = 39.96%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FAC32B (or 0xFAC32B) is known color: Saffron. HEX triplet: FA, C3 and 2B. RGB value is (250,195,43). Sum of RGB (Red+Green+Blue) = 250+195+43=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 43 (17.19% from 255 or 8.81% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC32B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC32B is #053CD4. Grayscale: #C2C2C2. Windows color (decimal): -343253 or 2868218. OLE color: 2868218.

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

Color convert

RGB 250 195 43 -
CMYK 0 0.22 0.83 0.02
HSL 44.06º 0.95% 0.57% -
HSV(B) 44.06º 0.83% 0.98% -
XYZ 59.38 59.53 10.65 -
YUV 194.12 42.72 167.86 -
System Red Green Blue C M Y K H S L
Decimal 250 195 43 0 0.22 0.83 0.02 44.06 0.95 0.57
Hex FA C3 2B 0 16 53 2 2C 5F 39
Octal 372 303 53 0 26 123 2 54 137 71
Binary 11111010 11000011 101011 0 10110 1010011 10 101100 1011111 111001

Color Harmonies of #FAC32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC32B

Black with #FAC32B

Text Example


Text Example

White with #FAC32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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