Html Css Color HEX #F1C63C Saffron

📋 copy color: '#F1C63C'

red 241 ◦ green 198 ◦ blue 60

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

Shades of Saffron #F1C63C

Tints of Saffron #F1C63C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.68%

 BLUE value IS 60 (23.83% from 255) = 12.02%

R = 48.3%
G = 39.68%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F1C63C (or 0xF1C63C) is known color: Saffron. HEX triplet: F1, C6 and 3C. RGB value is (241,198,60). Sum of RGB (Red+Green+Blue) = 241+198+60=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 198 (77.73% from 255 or 39.68% from 499); Blue value is 60 (23.83% from 255 or 12.02% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C63C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C63C is #0E39C3. Grayscale: #C3C3C3. Windows color (decimal): -932292 or 3983089. OLE color: 3983089.

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

Color convert

RGB 241 198 60 -
CMYK 0 0.18 0.75 0.05
HSL 45.75º 0.87% 0.59% -
HSV(B) 45.75º 0.75% 0.95% -
XYZ 57.29 59.42 12.72 -
YUV 195.13 51.75 160.72 -
System Red Green Blue C M Y K H S L
Decimal 241 198 60 0 0.18 0.75 0.05 45.75 0.87 0.59
Hex F1 C6 3C 0 12 4B 5 2E 57 3B
Octal 361 306 74 0 22 113 5 56 127 73
Binary 11110001 11000110 111100 0 10010 1001011 101 101110 1010111 111011

Color Harmonies of #F1C63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C63C

Black with #F1C63C

Text Example


Text Example

White with #F1C63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C63C; }

 p { color: rgb(241,198,60); }

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

background-color css

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

 a { background-color: rgb(241,198,60); }

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

border-color css

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

 span { border-color: rgb(241,198,60); }

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