Html Css Color HEX #F2C55B Cream Can

📋 copy color: '#F2C55B'

red 242 ◦ green 197 ◦ blue 91

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

Shades of Cream Can #F2C55B

Tints of Cream Can #F2C55B

RGB

 RED value IS 242 (94.92% from 255) = 45.66%

 GREEN value IS 197 (77.34% from 255) = 37.17%

 BLUE value IS 91 (35.94% from 255) = 17.17%

R = 45.66%
G = 37.17%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2C55B (or 0xF2C55B) is known color: Cream Can. HEX triplet: F2, C5 and 5B. RGB value is (242,197,91). Sum of RGB (Red+Green+Blue) = 242+197+91=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 91 (35.94% from 255 or 17.17% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C55B is #0D3AA4. Grayscale: #C6C6C6. Windows color (decimal): -866981 or 6014450. OLE color: 6014450.

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

Color convert

RGB 242 197 91 -
CMYK 0 0.19 0.62 0.05
HSL 42.12º 0.85% 0.65% -
HSV(B) 42.12º 0.62% 0.95% -
XYZ 58.47 59.57 18.31 -
YUV 198.37 67.41 159.12 -
System Red Green Blue C M Y K H S L
Decimal 242 197 91 0 0.19 0.62 0.05 42.12 0.85 0.65
Hex F2 C5 5B 0 13 3E 5 2A 55 41
Octal 362 305 133 0 23 76 5 52 125 101
Binary 11110010 11000101 1011011 0 10011 111110 101 101010 1010101 1000001

Color Harmonies of #F2C55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C55B

Black with #F2C55B

Text Example


Text Example

White with #F2C55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C55B; }

 p { color: rgb(242,197,91); }

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

background-color css

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

 a { background-color: rgb(242,197,91); }

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

border-color css

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

 span { border-color: rgb(242,197,91); }

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