Html Css Color HEX #FAC33C Saffron

📋 copy color: '#FAC33C'

red 250 ◦ green 195 ◦ blue 60

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

Shades of Saffron #FAC33C

Tints of Saffron #FAC33C

RGB

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

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

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

R = 49.5%
G = 38.61%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FAC33C (or 0xFAC33C) is known color: Saffron. HEX triplet: FA, C3 and 3C. RGB value is (250,195,60). Sum of RGB (Red+Green+Blue) = 250+195+60=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 60 (23.83% from 255 or 11.88% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC33C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC33C is #053CC3. Grayscale: #C4C4C4. Windows color (decimal): -343236 or 3982330. OLE color: 3982330.

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

Color convert

RGB 250 195 60 -
CMYK 0 0.22 0.76 0.02
HSL 42.63º 0.95% 0.61% -
HSV(B) 42.63º 0.76% 0.98% -
XYZ 59.76 59.68 12.65 -
YUV 196.06 51.22 166.48 -
System Red Green Blue C M Y K H S L
Decimal 250 195 60 0 0.22 0.76 0.02 42.63 0.95 0.61
Hex FA C3 3C 0 16 4C 2 2B 5F 3D
Octal 372 303 74 0 26 114 2 53 137 75
Binary 11111010 11000011 111100 0 10110 1001100 10 101011 1011111 111101

Color Harmonies of #FAC33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC33C

Black with #FAC33C

Text Example


Text Example

White with #FAC33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC33C; }

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

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

background-color css

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

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

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

border-color css

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

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

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