Html Css Color HEX #FAC03C Saffron

📋 copy color: '#FAC03C'

red 250 ◦ green 192 ◦ blue 60

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

Shades of Saffron #FAC03C

Tints of Saffron #FAC03C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.95%

R = 49.8%
G = 38.25%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FAC03C (or 0xFAC03C) is known color: Saffron. HEX triplet: FA, C0 and 3C. RGB value is (250,192,60). Sum of RGB (Red+Green+Blue) = 250+192+60=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 60 (23.83% from 255 or 11.95% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC03C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC03C is #053FC3. Grayscale: #C2C2C2. Windows color (decimal): -344004 or 3981562. OLE color: 3981562.

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

Color convert

RGB 250 192 60 -
CMYK 0 0.23 0.76 0.02
HSL 41.68º 0.95% 0.61% -
HSV(B) 41.68º 0.76% 0.98% -
XYZ 59.09 58.35 12.42 -
YUV 194.29 52.22 167.73 -
System Red Green Blue C M Y K H S L
Decimal 250 192 60 0 0.23 0.76 0.02 41.68 0.95 0.61
Hex FA C0 3C 0 17 4C 2 2A 5F 3D
Octal 372 300 74 0 27 114 2 52 137 75
Binary 11111010 11000000 111100 0 10111 1001100 10 101010 1011111 111101

Color Harmonies of #FAC03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC03C

Black with #FAC03C

Text Example


Text Example

White with #FAC03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC03C; }

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

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

background-color css

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

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

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

border-color css

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

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

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