Html Css Color HEX #FAC02F Saffron

📋 copy color: '#FAC02F'

red 250 ◦ green 192 ◦ blue 47

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

Shades of Saffron #FAC02F

Tints of Saffron #FAC02F

RGB

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

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

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

R = 51.12%
G = 39.26%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FAC02F (or 0xFAC02F) is known color: Saffron. HEX triplet: FA, C0 and 2F. RGB value is (250,192,47). Sum of RGB (Red+Green+Blue) = 250+192+47=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 47 (18.75% from 255 or 9.61% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC02F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC02F is #053FD0. Grayscale: #C1C1C1. Windows color (decimal): -344017 or 3129594. OLE color: 3129594.

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

Color convert

RGB 250 192 47 -
CMYK 0 0.23 0.81 0.02
HSL 42.86º 0.95% 0.58% -
HSV(B) 42.86º 0.81% 0.98% -
XYZ 58.79 58.23 10.83 -
YUV 192.81 45.72 168.79 -
System Red Green Blue C M Y K H S L
Decimal 250 192 47 0 0.23 0.81 0.02 42.86 0.95 0.58
Hex FA C0 2F 0 17 51 2 2B 5F 3A
Octal 372 300 57 0 27 121 2 53 137 72
Binary 11111010 11000000 101111 0 10111 1010001 10 101011 1011111 111010

Color Harmonies of #FAC02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC02F

Black with #FAC02F

Text Example


Text Example

White with #FAC02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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