Html Css Color HEX #FAC630 Saffron

📋 copy color: '#FAC630'

red 250 ◦ green 198 ◦ blue 48

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

Shades of Saffron #FAC630

Tints of Saffron #FAC630

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.92%

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

R = 50.4%
G = 39.92%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FAC630 (or 0xFAC630) is known color: Saffron. HEX triplet: FA, C6 and 30. RGB value is (250,198,48). Sum of RGB (Red+Green+Blue) = 250+198+48=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 198 (77.73% from 255 or 39.92% from 496); Blue value is 48 (19.14% from 255 or 9.68% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC630 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC630 is #0539CF. Grayscale: #C5C5C5. Windows color (decimal): -342480 or 3196666. OLE color: 3196666.

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

Color convert

RGB 250 198 48 -
CMYK 0 0.21 0.81 0.02
HSL 44.55º 0.95% 0.58% -
HSV(B) 44.55º 0.81% 0.98% -
XYZ 60.15 60.93 11.39 -
YUV 196.45 44.23 166.2 -
System Red Green Blue C M Y K H S L
Decimal 250 198 48 0 0.21 0.81 0.02 44.55 0.95 0.58
Hex FA C6 30 0 15 51 2 2D 5F 3A
Octal 372 306 60 0 25 121 2 55 137 72
Binary 11111010 11000110 110000 0 10101 1010001 10 101101 1011111 111010

Color Harmonies of #FAC630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC630

Black with #FAC630

Text Example


Text Example

White with #FAC630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC630; }

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

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

background-color css

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

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

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

border-color css

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

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

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