Html Css Color HEX #FAC330 Saffron

📋 copy color: '#FAC330'

red 250 ◦ green 195 ◦ blue 48

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

Shades of Saffron #FAC330

Tints of Saffron #FAC330

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.55%

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

R = 50.71%
G = 39.55%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FAC330 (or 0xFAC330) is known color: Saffron. HEX triplet: FA, C3 and 30. RGB value is (250,195,48). Sum of RGB (Red+Green+Blue) = 250+195+48=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 48 (19.14% from 255 or 9.74% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC330 is #053CCF. Grayscale: #C3C3C3. Windows color (decimal): -343248 or 3195898. OLE color: 3195898.

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

Color convert

RGB 250 195 48 -
CMYK 0 0.22 0.81 0.02
HSL 43.66º 0.95% 0.58% -
HSV(B) 43.66º 0.81% 0.98% -
XYZ 59.47 59.57 11.16 -
YUV 194.69 45.22 167.45 -
System Red Green Blue C M Y K H S L
Decimal 250 195 48 0 0.22 0.81 0.02 43.66 0.95 0.58
Hex FA C3 30 0 16 51 2 2C 5F 3A
Octal 372 303 60 0 26 121 2 54 137 72
Binary 11111010 11000011 110000 0 10110 1010001 10 101100 1011111 111010

Color Harmonies of #FAC330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC330

Black with #FAC330

Text Example


Text Example

White with #FAC330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC330; }

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

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

background-color css

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

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

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

border-color css

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

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

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