Html Css Color HEX #FAC72D Saffron

📋 copy color: '#FAC72D'

red 250 ◦ green 199 ◦ blue 45

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

Shades of Saffron #FAC72D

Tints of Saffron #FAC72D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.28%

 BLUE value IS 45 (17.97% from 255) = 9.11%

R = 50.61%
G = 40.28%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FAC72D (or 0xFAC72D) is known color: Saffron. HEX triplet: FA, C7 and 2D. RGB value is (250,199,45). Sum of RGB (Red+Green+Blue) = 250+199+45=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 199 (78.12% from 255 or 40.28% from 494); Blue value is 45 (17.97% from 255 or 9.11% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC72D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC72D is #0538D2. Grayscale: #C5C5C5. Windows color (decimal): -342227 or 3000314. OLE color: 3000314.

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

Color convert

RGB 250 199 45 -
CMYK 0 0.20 0.82 0.02
HSL 45.07º 0.95% 0.58% -
HSV(B) 45.07º 0.82% 0.98% -
XYZ 60.32 61.36 11.15 -
YUV 196.69 42.4 166.02 -
System Red Green Blue C M Y K H S L
Decimal 250 199 45 0 0.20 0.82 0.02 45.07 0.95 0.58
Hex FA C7 2D 0 14 52 2 2D 5F 3A
Octal 372 307 55 0 24 122 2 55 137 72
Binary 11111010 11000111 101101 0 10100 1010010 10 101101 1011111 111010

Color Harmonies of #FAC72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC72D

Black with #FAC72D

Text Example


Text Example

White with #FAC72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC72D; }

 p { color: rgb(250,199,45); }

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

background-color css

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

 a { background-color: rgb(250,199,45); }

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

border-color css

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

 span { border-color: rgb(250,199,45); }

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