Html Css Color HEX #FAC52B Saffron

📋 copy color: '#FAC52B'

red 250 ◦ green 197 ◦ blue 43

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

Shades of Saffron #FAC52B

Tints of Saffron #FAC52B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.2%

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

R = 51.02%
G = 40.2%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FAC52B (or 0xFAC52B) is known color: Saffron. HEX triplet: FA, C5 and 2B. RGB value is (250,197,43). Sum of RGB (Red+Green+Blue) = 250+197+43=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 43 (17.19% from 255 or 8.78% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC52B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC52B is #053AD4. Grayscale: #C3C3C3. Windows color (decimal): -342741 or 2868730. OLE color: 2868730.

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

Color convert

RGB 250 197 43 -
CMYK 0 0.21 0.83 0.02
HSL 44.64º 0.95% 0.57% -
HSV(B) 44.64º 0.83% 0.98% -
XYZ 59.83 60.43 10.8 -
YUV 195.29 42.06 167.02 -
System Red Green Blue C M Y K H S L
Decimal 250 197 43 0 0.21 0.83 0.02 44.64 0.95 0.57
Hex FA C5 2B 0 15 53 2 2D 5F 39
Octal 372 305 53 0 25 123 2 55 137 71
Binary 11111010 11000101 101011 0 10101 1010011 10 101101 1011111 111001

Color Harmonies of #FAC52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC52B

Black with #FAC52B

Text Example


Text Example

White with #FAC52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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