Html Css Color HEX #FAC028 Saffron

📋 copy color: '#FAC028'

red 250 ◦ green 192 ◦ blue 40

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

Shades of Saffron #FAC028

Tints of Saffron #FAC028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.3%

R = 51.87%
G = 39.83%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAC028 (or 0xFAC028) is known color: Saffron. HEX triplet: FA, C0 and 28. RGB value is (250,192,40). Sum of RGB (Red+Green+Blue) = 250+192+40=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 40 (16.02% from 255 or 8.30% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC028 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC028 is #053FD7. Grayscale: #C0C0C0. Windows color (decimal): -344024 or 2670842. OLE color: 2670842.

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

Color convert

RGB 250 192 40 -
CMYK 0 0.23 0.84 0.02
HSL 43.43º 0.95% 0.57% -
HSV(B) 43.43º 0.84% 0.98% -
XYZ 58.66 58.18 10.15 -
YUV 192.01 42.22 169.36 -
System Red Green Blue C M Y K H S L
Decimal 250 192 40 0 0.23 0.84 0.02 43.43 0.95 0.57
Hex FA C0 28 0 17 54 2 2B 5F 39
Octal 372 300 50 0 27 124 2 53 137 71
Binary 11111010 11000000 101000 0 10111 1010100 10 101011 1011111 111001

Color Harmonies of #FAC028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC028

Black with #FAC028

Text Example


Text Example

White with #FAC028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC028; }

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

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

background-color css

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

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

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

border-color css

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

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

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