Html Css Color HEX #FAC33B Saffron

📋 copy color: '#FAC33B'

red 250 ◦ green 195 ◦ blue 59

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

Shades of Saffron #FAC33B

Tints of Saffron #FAC33B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.71%

R = 49.6%
G = 38.69%
B = 11.71%

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

#FAC33B (or 0xFAC33B) is known color: Saffron. HEX triplet: FA, C3 and 3B. RGB value is (250,195,59). Sum of RGB (Red+Green+Blue) = 250+195+59=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 59 (23.44% from 255 or 11.71% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC33B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC33B is #053CC4. Grayscale: #C4C4C4. Windows color (decimal): -343237 or 3916794. OLE color: 3916794.

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

Color convert

RGB 250 195 59 -
CMYK 0 0.22 0.76 0.02
HSL 42.72º 0.95% 0.61% -
HSV(B) 42.72º 0.76% 0.98% -
XYZ 59.73 59.67 12.51 -
YUV 195.94 50.72 166.56 -
System Red Green Blue C M Y K H S L
Decimal 250 195 59 0 0.22 0.76 0.02 42.72 0.95 0.61
Hex FA C3 3B 0 16 4C 2 2B 5F 3D
Octal 372 303 73 0 26 114 2 53 137 75
Binary 11111010 11000011 111011 0 10110 1001100 10 101011 1011111 111101

Color Harmonies of #FAC33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC33B

Black with #FAC33B

Text Example


Text Example

White with #FAC33B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC33B; }

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

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

background-color css

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

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

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

border-color css

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

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

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