Html Css Color HEX #F2BF49 Cream Can

📋 copy color: '#F2BF49'

red 242 ◦ green 191 ◦ blue 73

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

Shades of Cream Can #F2BF49

Tints of Cream Can #F2BF49

RGB

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

 GREEN value IS 191 (75% from 255) = 37.75%

 BLUE value IS 73 (28.91% from 255) = 14.43%

R = 47.83%
G = 37.75%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F2BF49 (or 0xF2BF49) is known color: Cream Can. HEX triplet: F2, BF and 49. RGB value is (242,191,73). Sum of RGB (Red+Green+Blue) = 242+191+73=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 73 (28.91% from 255 or 14.43% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BF49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BF49 is #0D40B6. Grayscale: #C1C1C1. Windows color (decimal): -868535 or 4833266. OLE color: 4833266.

HSL color Cylindrical-coordinate representation of color #F2BF49: hue angle of 41.89º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2BF49 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 191 73 -
CMYK 0 0.21 0.70 0.05
HSL 41.89º 0.87% 0.62% -
HSV(B) 41.89º 0.7% 0.95% -
XYZ 56.45 56.62 14.26 -
YUV 192.8 60.4 163.09 -
System Red Green Blue C M Y K H S L
Decimal 242 191 73 0 0.21 0.70 0.05 41.89 0.87 0.62
Hex F2 BF 49 0 15 46 5 2A 57 3E
Octal 362 277 111 0 25 106 5 52 127 76
Binary 11110010 10111111 1001001 0 10101 1000110 101 101010 1010111 111110

Color Harmonies of #F2BF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BF49

Black with #F2BF49

Text Example


Text Example

White with #F2BF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BF49; }

 p { color: rgb(242,191,73); }

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

background-color css

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

 a { background-color: rgb(242,191,73); }

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

border-color css

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

 span { border-color: rgb(242,191,73); }

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