Html Css Color HEX #F2BA4C Cream Can

📋 copy color: '#F2BA4C'

red 242 ◦ green 186 ◦ blue 76

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

Shades of Cream Can #F2BA4C

Tints of Cream Can #F2BA4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.08%

R = 48.02%
G = 36.9%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2BA4C (or 0xF2BA4C) is known color: Cream Can. HEX triplet: F2, BA and 4C. RGB value is (242,186,76). Sum of RGB (Red+Green+Blue) = 242+186+76=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 76 (30.08% from 255 or 15.08% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BA4C is #0D45B3. Grayscale: #BEBEBE. Windows color (decimal): -869812 or 5028594. OLE color: 5028594.

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

Color convert

RGB 242 186 76 -
CMYK 0 0.23 0.69 0.05
HSL 39.76º 0.86% 0.62% -
HSV(B) 39.76º 0.69% 0.95% -
XYZ 55.48 54.52 14.44 -
YUV 190.2 63.55 164.94 -
System Red Green Blue C M Y K H S L
Decimal 242 186 76 0 0.23 0.69 0.05 39.76 0.86 0.62
Hex F2 BA 4C 0 17 45 5 28 56 3E
Octal 362 272 114 0 27 105 5 50 126 76
Binary 11110010 10111010 1001100 0 10111 1000101 101 101000 1010110 111110

Color Harmonies of #F2BA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BA4C

Black with #F2BA4C

Text Example


Text Example

White with #F2BA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BA4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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