Html Css Color HEX #F1C82F Saffron

📋 copy color: '#F1C82F'

red 241 ◦ green 200 ◦ blue 47

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

Shades of Saffron #F1C82F

Tints of Saffron #F1C82F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.98%

 BLUE value IS 47 (18.75% from 255) = 9.63%

R = 49.39%
G = 40.98%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F1C82F (or 0xF1C82F) is known color: Saffron. HEX triplet: F1, C8 and 2F. RGB value is (241,200,47). Sum of RGB (Red+Green+Blue) = 241+200+47=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 47 (18.75% from 255 or 9.63% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C82F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C82F is #0E37D0. Grayscale: #C3C3C3. Windows color (decimal): -931793 or 3131633. OLE color: 3131633.

HSL color Cylindrical-coordinate representation of color #F1C82F: hue angle of 47.32º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1C82F is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 200 47 -
CMYK 0 0.17 0.80 0.05
HSL 47.32º 0.87% 0.56% -
HSV(B) 47.32º 0.8% 0.95% -
XYZ 57.44 60.21 11.28 -
YUV 194.82 44.58 160.94 -
System Red Green Blue C M Y K H S L
Decimal 241 200 47 0 0.17 0.80 0.05 47.32 0.87 0.56
Hex F1 C8 2F 0 11 50 5 2F 57 38
Octal 361 310 57 0 21 120 5 57 127 70
Binary 11110001 11001000 101111 0 10001 1010000 101 101111 1010111 111000

Color Harmonies of #F1C82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C82F

Black with #F1C82F

Text Example


Text Example

White with #F1C82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C82F; }

 p { color: rgb(241,200,47); }

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

background-color css

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

 a { background-color: rgb(241,200,47); }

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

border-color css

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

 span { border-color: rgb(241,200,47); }

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