Html Css Color HEX #FAC730 Saffron

📋 copy color: '#FAC730'

red 250 ◦ green 199 ◦ blue 48

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

Shades of Saffron #FAC730

Tints of Saffron #FAC730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.66%

R = 50.3%
G = 40.04%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FAC730 (or 0xFAC730) is known color: Saffron. HEX triplet: FA, C7 and 30. RGB value is (250,199,48). Sum of RGB (Red+Green+Blue) = 250+199+48=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 199 (78.12% from 255 or 40.04% from 497); Blue value is 48 (19.14% from 255 or 9.66% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC730 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC730 is #0538CF. Grayscale: #C5C5C5. Windows color (decimal): -342224 or 3196922. OLE color: 3196922.

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

Color convert

RGB 250 199 48 -
CMYK 0 0.20 0.81 0.02
HSL 44.85º 0.95% 0.58% -
HSV(B) 44.85º 0.81% 0.98% -
XYZ 60.38 61.38 11.46 -
YUV 197.04 43.9 165.78 -
System Red Green Blue C M Y K H S L
Decimal 250 199 48 0 0.20 0.81 0.02 44.85 0.95 0.58
Hex FA C7 30 0 14 51 2 2D 5F 3A
Octal 372 307 60 0 24 121 2 55 137 72
Binary 11111010 11000111 110000 0 10100 1010001 10 101101 1011111 111010

Color Harmonies of #FAC730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC730

Black with #FAC730

Text Example


Text Example

White with #FAC730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC730; }

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

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

background-color css

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

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

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

border-color css

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

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

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