Html Css Color HEX #F1C450 Cream Can

📋 copy color: '#F1C450'

red 241 ◦ green 196 ◦ blue 80

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

Shades of Cream Can #F1C450

Tints of Cream Can #F1C450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.47%

R = 46.62%
G = 37.91%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F1C450 (or 0xF1C450) is known color: Cream Can. HEX triplet: F1, C4 and 50. RGB value is (241,196,80). Sum of RGB (Red+Green+Blue) = 241+196+80=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 80 (31.64% from 255 or 15.47% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C450 is #0E3BAF. Grayscale: #C4C4C4. Windows color (decimal): -932784 or 5293297. OLE color: 5293297.

HSL color Cylindrical-coordinate representation of color #F1C450: hue angle of 43.23º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F1C450 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 196 80 -
CMYK 0 0.19 0.67 0.05
HSL 43.23º 0.85% 0.63% -
HSV(B) 43.23º 0.67% 0.95% -
XYZ 57.46 58.76 15.9 -
YUV 196.23 62.41 159.93 -
System Red Green Blue C M Y K H S L
Decimal 241 196 80 0 0.19 0.67 0.05 43.23 0.85 0.63
Hex F1 C4 50 0 13 43 5 2B 55 3F
Octal 361 304 120 0 23 103 5 53 125 77
Binary 11110001 11000100 1010000 0 10011 1000011 101 101011 1010101 111111

Color Harmonies of #F1C450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C450

Black with #F1C450

Text Example


Text Example

White with #F1C450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C450; }

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

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

background-color css

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

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

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

border-color css

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

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

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