Html Css Color HEX #F1C533 Saffron

📋 copy color: '#F1C533'

red 241 ◦ green 197 ◦ blue 51

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

Shades of Saffron #F1C533

Tints of Saffron #F1C533

RGB

 RED value IS 241 (94.53% from 255) = 49.28%

 GREEN value IS 197 (77.34% from 255) = 40.29%

 BLUE value IS 51 (20.31% from 255) = 10.43%

R = 49.28%
G = 40.29%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F1C533 (or 0xF1C533) is known color: Saffron. HEX triplet: F1, C5 and 33. RGB value is (241,197,51). Sum of RGB (Red+Green+Blue) = 241+197+51=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 51 (20.31% from 255 or 10.43% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C533 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C533 is #0E3ACC. Grayscale: #C2C2C2. Windows color (decimal): -932557 or 3393009. OLE color: 3393009.

HSL color Cylindrical-coordinate representation of color #F1C533: hue angle of 46.11º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F1C533 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 197 51 -
CMYK 0 0.18 0.79 0.05
HSL 46.11º 0.87% 0.57% -
HSV(B) 46.11º 0.79% 0.95% -
XYZ 56.84 58.87 11.5 -
YUV 193.51 47.58 161.87 -
System Red Green Blue C M Y K H S L
Decimal 241 197 51 0 0.18 0.79 0.05 46.11 0.87 0.57
Hex F1 C5 33 0 12 4F 5 2E 57 39
Octal 361 305 63 0 22 117 5 56 127 71
Binary 11110001 11000101 110011 0 10010 1001111 101 101110 1010111 111001

Color Harmonies of #F1C533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C533

Black with #F1C533

Text Example


Text Example

White with #F1C533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C533; }

 p { color: rgb(241,197,51); }

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

background-color css

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

 a { background-color: rgb(241,197,51); }

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

border-color css

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

 span { border-color: rgb(241,197,51); }

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