Html Css Color HEX #F2C05B Cream Can

📋 copy color: '#F2C05B'

red 242 ◦ green 192 ◦ blue 91

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

Shades of Cream Can #F2C05B

Tints of Cream Can #F2C05B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.57%

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

R = 46.1%
G = 36.57%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2C05B (or 0xF2C05B) is known color: Cream Can. HEX triplet: F2, C0 and 5B. RGB value is (242,192,91). Sum of RGB (Red+Green+Blue) = 242+192+91=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 91 (35.94% from 255 or 17.33% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C05B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C05B is #0D3FA4. Grayscale: #C3C3C3. Windows color (decimal): -868261 or 6013170. OLE color: 6013170.

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

Color convert

RGB 242 192 91 -
CMYK 0 0.21 0.62 0.05
HSL 40.13º 0.85% 0.65% -
HSV(B) 40.13º 0.62% 0.95% -
XYZ 57.36 57.33 17.94 -
YUV 195.44 69.07 161.21 -
System Red Green Blue C M Y K H S L
Decimal 242 192 91 0 0.21 0.62 0.05 40.13 0.85 0.65
Hex F2 C0 5B 0 15 3E 5 28 55 41
Octal 362 300 133 0 25 76 5 50 125 101
Binary 11110010 11000000 1011011 0 10101 111110 101 101000 1010101 1000001

Color Harmonies of #F2C05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C05B

Black with #F2C05B

Text Example


Text Example

White with #F2C05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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