Html Css Color HEX #F1C430 Saffron

📋 copy color: '#F1C430'

red 241 ◦ green 196 ◦ blue 48

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

Shades of Saffron #F1C430

Tints of Saffron #F1C430

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.41%

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

R = 49.69%
G = 40.41%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F1C430 (or 0xF1C430) is known color: Saffron. HEX triplet: F1, C4 and 30. RGB value is (241,196,48). Sum of RGB (Red+Green+Blue) = 241+196+48=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 48 (19.14% from 255 or 9.90% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C430 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C430 is #0E3BCF. Grayscale: #C1C1C1. Windows color (decimal): -932816 or 3196145. OLE color: 3196145.

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

Color convert

RGB 241 196 48 -
CMYK 0 0.19 0.80 0.05
HSL 46.01º 0.87% 0.57% -
HSV(B) 46.01º 0.8% 0.95% -
XYZ 56.55 58.39 11.09 -
YUV 192.58 46.41 162.53 -
System Red Green Blue C M Y K H S L
Decimal 241 196 48 0 0.19 0.80 0.05 46.01 0.87 0.57
Hex F1 C4 30 0 13 50 5 2E 57 39
Octal 361 304 60 0 23 120 5 56 127 71
Binary 11110001 11000100 110000 0 10011 1010000 101 101110 1010111 111001

Color Harmonies of #F1C430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C430

Black with #F1C430

Text Example


Text Example

White with #F1C430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C430; }

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

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

background-color css

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

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

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

border-color css

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

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

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