Html Css Color HEX #F4BC55 Cream Can

📋 copy color: '#F4BC55'

red 244 ◦ green 188 ◦ blue 85

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

Shades of Cream Can #F4BC55

Tints of Cream Can #F4BC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.44%

R = 47.2%
G = 36.36%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F4BC55 (or 0xF4BC55) is known color: Cream Can. HEX triplet: F4, BC and 55. RGB value is (244,188,85). Sum of RGB (Red+Green+Blue) = 244+188+85=517 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.20% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 85 (33.59% from 255 or 16.44% from 517); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BC55 is #0B43AA. Grayscale: #C1C1C1. Windows color (decimal): -738219 or 5618932. OLE color: 5618932.

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

Color convert

RGB 244 188 85 -
CMYK 0 0.23 0.65 0.04
HSL 38.87º 0.88% 0.65% -
HSV(B) 38.87º 0.65% 0.96% -
XYZ 56.93 55.86 16.37 -
YUV 193 67.05 164.38 -
System Red Green Blue C M Y K H S L
Decimal 244 188 85 0 0.23 0.65 0.04 38.87 0.88 0.65
Hex F4 BC 55 0 17 41 4 27 58 41
Octal 364 274 125 0 27 101 4 47 130 101
Binary 11110100 10111100 1010101 0 10111 1000001 100 100111 1011000 1000001

Color Harmonies of #F4BC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BC55

Black with #F4BC55

Text Example


Text Example

White with #F4BC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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