Html Css Color HEX #F1C45A Cream Can

📋 copy color: '#F1C45A'

red 241 ◦ green 196 ◦ blue 90

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

Shades of Cream Can #F1C45A

Tints of Cream Can #F1C45A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.08%

R = 45.73%
G = 37.19%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F1C45A (or 0xF1C45A) is known color: Cream Can. HEX triplet: F1, C4 and 5A. RGB value is (241,196,90). Sum of RGB (Red+Green+Blue) = 241+196+90=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 196 (76.95% from 255 or 37.19% from 527); Blue value is 90 (35.55% from 255 or 17.08% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C45A is #0E3BA5. Grayscale: #C5C5C5. Windows color (decimal): -932774 or 5948657. OLE color: 5948657.

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

Color convert

RGB 241 196 90 -
CMYK 0 0.19 0.63 0.05
HSL 42.12º 0.84% 0.65% -
HSV(B) 42.12º 0.63% 0.95% -
XYZ 57.86 58.92 18 -
YUV 197.37 67.41 159.12 -
System Red Green Blue C M Y K H S L
Decimal 241 196 90 0 0.19 0.63 0.05 42.12 0.84 0.65
Hex F1 C4 5A 0 13 3F 5 2A 54 41
Octal 361 304 132 0 23 77 5 52 124 101
Binary 11110001 11000100 1011010 0 10011 111111 101 101010 1010100 1000001

Color Harmonies of #F1C45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C45A

Black with #F1C45A

Text Example


Text Example

White with #F1C45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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