Html Css Color HEX #F1C950 Cream Can

📋 copy color: '#F1C950'

red 241 ◦ green 201 ◦ blue 80

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

Shades of Cream Can #F1C950

Tints of Cream Can #F1C950

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.51%

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

R = 46.17%
G = 38.51%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F1C950 (or 0xF1C950) is known color: Cream Can. HEX triplet: F1, C9 and 50. RGB value is (241,201,80). Sum of RGB (Red+Green+Blue) = 241+201+80=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 80 (31.64% from 255 or 15.33% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C950 is #0E36AF. Grayscale: #C7C7C7. Windows color (decimal): -931504 or 5294577. OLE color: 5294577.

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

Color convert

RGB 241 201 80 -
CMYK 0 0.17 0.67 0.05
HSL 45.09º 0.85% 0.63% -
HSV(B) 45.09º 0.67% 0.95% -
XYZ 58.61 61.05 16.28 -
YUV 199.17 60.75 157.84 -
System Red Green Blue C M Y K H S L
Decimal 241 201 80 0 0.17 0.67 0.05 45.09 0.85 0.63
Hex F1 C9 50 0 11 43 5 2D 55 3F
Octal 361 311 120 0 21 103 5 55 125 77
Binary 11110001 11001001 1010000 0 10001 1000011 101 101101 1010101 111111

Color Harmonies of #F1C950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C950

Black with #F1C950

Text Example


Text Example

White with #F1C950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C950; }

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

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

background-color css

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

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

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

border-color css

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

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

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