Html Css Color HEX #F1C730 Saffron

📋 copy color: '#F1C730'

red 241 ◦ green 199 ◦ blue 48

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

Shades of Saffron #F1C730

Tints of Saffron #F1C730

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.78%

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

R = 49.39%
G = 40.78%
B = 9.84%

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

#F1C730 (or 0xF1C730) is known color: Saffron. HEX triplet: F1, C7 and 30. RGB value is (241,199,48). Sum of RGB (Red+Green+Blue) = 241+199+48=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 48 (19.14% from 255 or 9.84% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C730 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C730 is #0E38CF. Grayscale: #C2C2C2. Windows color (decimal): -932048 or 3196913. OLE color: 3196913.

HSL color Cylindrical-coordinate representation of color #F1C730: hue angle of 46.94º 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 #F1C730 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 199 48 -
CMYK 0 0.17 0.80 0.05
HSL 46.94º 0.87% 0.57% -
HSV(B) 46.94º 0.8% 0.95% -
XYZ 57.23 59.76 11.31 -
YUV 194.34 45.41 161.28 -
System Red Green Blue C M Y K H S L
Decimal 241 199 48 0 0.17 0.80 0.05 46.94 0.87 0.57
Hex F1 C7 30 0 11 50 5 2F 57 39
Octal 361 307 60 0 21 120 5 57 127 71
Binary 11110001 11000111 110000 0 10001 1010000 101 101111 1010111 111001

Color Harmonies of #F1C730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C730

Black with #F1C730

Text Example


Text Example

White with #F1C730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C730; }

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

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

background-color css

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

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

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

border-color css

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

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

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