Html Css Color HEX #F4BA50 Cream Can

📋 copy color: '#F4BA50'

red 244 ◦ green 186 ◦ blue 80

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

Shades of Cream Can #F4BA50

Tints of Cream Can #F4BA50

RGB

 RED value IS 244 (95.7% from 255) = 47.84%

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

 BLUE value IS 80 (31.64% from 255) = 15.69%

R = 47.84%
G = 36.47%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F4BA50 (or 0xF4BA50) is known color: Cream Can. HEX triplet: F4, BA and 50. RGB value is (244,186,80). Sum of RGB (Red+Green+Blue) = 244+186+80=510 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.84% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 80 (31.64% from 255 or 15.69% from 510); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BA50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BA50 is #0B45AF. Grayscale: #BFBFBF. Windows color (decimal): -738736 or 5290740. OLE color: 5290740.

HSL color Cylindrical-coordinate representation of color #F4BA50: hue angle of 38.78º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F4BA50 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 186 80 -
CMYK 0 0.24 0.67 0.04
HSL 38.78º 0.88% 0.64% -
HSV(B) 38.78º 0.67% 0.96% -
XYZ 56.32 54.93 15.22 -
YUV 191.26 65.22 165.62 -
System Red Green Blue C M Y K H S L
Decimal 244 186 80 0 0.24 0.67 0.04 38.78 0.88 0.64
Hex F4 BA 50 0 18 43 4 27 58 40
Octal 364 272 120 0 30 103 4 47 130 100
Binary 11110100 10111010 1010000 0 11000 1000011 100 100111 1011000 1000000

Color Harmonies of #F4BA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BA50

Black with #F4BA50

Text Example


Text Example

White with #F4BA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BA50; }

 p { color: rgb(244,186,80); }

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

background-color css

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

 a { background-color: rgb(244,186,80); }

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

border-color css

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

 span { border-color: rgb(244,186,80); }

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