Html Css Color HEX #F2BA45 Cream Can

📋 copy color: '#F2BA45'

red 242 ◦ green 186 ◦ blue 69

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

Shades of Cream Can #F2BA45

Tints of Cream Can #F2BA45

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.42%

 BLUE value IS 69 (27.34% from 255) = 13.88%

R = 48.69%
G = 37.42%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F2BA45 (or 0xF2BA45) is known color: Cream Can. HEX triplet: F2, BA and 45. RGB value is (242,186,69). Sum of RGB (Red+Green+Blue) = 242+186+69=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 69 (27.34% from 255 or 13.88% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BA45 is #0D45BA. Grayscale: #BDBDBD. Windows color (decimal): -869819 or 4569842. OLE color: 4569842.

HSL color Cylindrical-coordinate representation of color #F2BA45: hue angle of 40.58º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F2BA45 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 186 69 -
CMYK 0 0.23 0.71 0.05
HSL 40.58º 0.87% 0.61% -
HSV(B) 40.58º 0.71% 0.95% -
XYZ 55.25 54.42 13.22 -
YUV 189.41 60.05 165.51 -
System Red Green Blue C M Y K H S L
Decimal 242 186 69 0 0.23 0.71 0.05 40.58 0.87 0.61
Hex F2 BA 45 0 17 47 5 29 57 3D
Octal 362 272 105 0 27 107 5 51 127 75
Binary 11110010 10111010 1000101 0 10111 1000111 101 101001 1010111 111101

Color Harmonies of #F2BA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BA45

Black with #F2BA45

Text Example


Text Example

White with #F2BA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BA45; }

 p { color: rgb(242,186,69); }

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

background-color css

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

 a { background-color: rgb(242,186,69); }

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

border-color css

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

 span { border-color: rgb(242,186,69); }

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