Html Css Color HEX #F4BC48 Cream Can

📋 copy color: '#F4BC48'

red 244 ◦ green 188 ◦ blue 72

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

Shades of Cream Can #F4BC48

Tints of Cream Can #F4BC48

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.3%

 BLUE value IS 72 (28.52% from 255) = 14.29%

R = 48.41%
G = 37.3%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F4BC48 (or 0xF4BC48) is known color: Cream Can. HEX triplet: F4, BC and 48. RGB value is (244,188,72). Sum of RGB (Red+Green+Blue) = 244+188+72=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 72 (28.52% from 255 or 14.29% from 504); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BC48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4BC48 is #0B43B7. Grayscale: #C0C0C0. Windows color (decimal): -738232 or 4766964. OLE color: 4766964.

HSL color Cylindrical-coordinate representation of color #F4BC48: hue angle of 40.47º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F4BC48 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 188 72 -
CMYK 0 0.23 0.70 0.04
HSL 40.47º 0.89% 0.62% -
HSV(B) 40.47º 0.7% 0.96% -
XYZ 56.46 55.67 13.9 -
YUV 191.52 60.55 165.43 -
System Red Green Blue C M Y K H S L
Decimal 244 188 72 0 0.23 0.70 0.04 40.47 0.89 0.62
Hex F4 BC 48 0 17 46 4 28 59 3E
Octal 364 274 110 0 27 106 4 50 131 76
Binary 11110100 10111100 1001000 0 10111 1000110 100 101000 1011001 111110

Color Harmonies of #F4BC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BC48

Black with #F4BC48

Text Example


Text Example

White with #F4BC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BC48; }

 p { color: rgb(244,188,72); }

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

background-color css

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

 a { background-color: rgb(244,188,72); }

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

border-color css

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

 span { border-color: rgb(244,188,72); }

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