Html Css Color HEX #F1C830 Saffron

📋 copy color: '#F1C830'

red 241 ◦ green 200 ◦ blue 48

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

Shades of Saffron #F1C830

Tints of Saffron #F1C830

RGB

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

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

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

R = 49.28%
G = 40.9%
B = 9.82%

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

#F1C830 (or 0xF1C830) is known color: Saffron. HEX triplet: F1, C8 and 30. RGB value is (241,200,48). Sum of RGB (Red+Green+Blue) = 241+200+48=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 200 (78.52% from 255 or 40.90% from 489); Blue value is 48 (19.14% from 255 or 9.82% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C830 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C830 is #0E37CF. Grayscale: #C3C3C3. Windows color (decimal): -931792 or 3197169. OLE color: 3197169.

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

Color convert

RGB 241 200 48 -
CMYK 0 0.17 0.80 0.05
HSL 47.25º 0.87% 0.57% -
HSV(B) 47.25º 0.8% 0.95% -
XYZ 57.46 60.22 11.39 -
YUV 194.93 45.08 160.86 -
System Red Green Blue C M Y K H S L
Decimal 241 200 48 0 0.17 0.80 0.05 47.25 0.87 0.57
Hex F1 C8 30 0 11 50 5 2F 57 39
Octal 361 310 60 0 21 120 5 57 127 71
Binary 11110001 11001000 110000 0 10001 1010000 101 101111 1010111 111001

Color Harmonies of #F1C830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C830

Black with #F1C830

Text Example


Text Example

White with #F1C830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C830; }

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

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

background-color css

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

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

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

border-color css

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

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

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