Html Css Color HEX #FAC02A Saffron

📋 copy color: '#FAC02A'

red 250 ◦ green 192 ◦ blue 42

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

Shades of Saffron #FAC02A

Tints of Saffron #FAC02A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.67%

 BLUE value IS 42 (16.8% from 255) = 8.68%

R = 51.65%
G = 39.67%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FAC02A (or 0xFAC02A) is known color: Saffron. HEX triplet: FA, C0 and 2A. RGB value is (250,192,42). Sum of RGB (Red+Green+Blue) = 250+192+42=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 42 (16.80% from 255 or 8.68% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC02A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC02A is #053FD5. Grayscale: #C0C0C0. Windows color (decimal): -344022 or 2801914. OLE color: 2801914.

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

Color convert

RGB 250 192 42 -
CMYK 0 0.23 0.83 0.02
HSL 43.27º 0.95% 0.57% -
HSV(B) 43.27º 0.83% 0.98% -
XYZ 58.69 58.19 10.33 -
YUV 192.24 43.22 169.2 -
System Red Green Blue C M Y K H S L
Decimal 250 192 42 0 0.23 0.83 0.02 43.27 0.95 0.57
Hex FA C0 2A 0 17 53 2 2B 5F 39
Octal 372 300 52 0 27 123 2 53 137 71
Binary 11111010 11000000 101010 0 10111 1010011 10 101011 1011111 111001

Color Harmonies of #FAC02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC02A

Black with #FAC02A

Text Example


Text Example

White with #FAC02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC02A; }

 p { color: rgb(250,192,42); }

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

background-color css

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

 a { background-color: rgb(250,192,42); }

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

border-color css

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

 span { border-color: rgb(250,192,42); }

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