Html Css Color HEX #F4BD5E Cream Can

📋 copy color: '#F4BD5E'

red 244 ◦ green 189 ◦ blue 94

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

Shades of Cream Can #F4BD5E

Tints of Cream Can #F4BD5E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.86%

 BLUE value IS 94 (37.11% from 255) = 17.84%

R = 46.3%
G = 35.86%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F4BD5E (or 0xF4BD5E) is known color: Cream Can. HEX triplet: F4, BD and 5E. RGB value is (244,189,94). Sum of RGB (Red+Green+Blue) = 244+189+94=527 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.30% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 94 (37.11% from 255 or 17.84% from 527); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BD5E is #0B42A1. Grayscale: #C3C3C3. Windows color (decimal): -737954 or 6209012. OLE color: 6209012.

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

Color convert

RGB 244 189 94 -
CMYK 0 0.23 0.61 0.04
HSL 38º 0.87% 0.66% -
HSV(B) 38º 0.61% 0.96% -
XYZ 57.53 56.44 18.45 -
YUV 194.62 71.22 163.22 -
System Red Green Blue C M Y K H S L
Decimal 244 189 94 0 0.23 0.61 0.04 38 0.87 0.66
Hex F4 BD 5E 0 17 3D 4 26 57 42
Octal 364 275 136 0 27 75 4 46 127 102
Binary 11110100 10111101 1011110 0 10111 111101 100 100110 1010111 1000010

Color Harmonies of #F4BD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BD5E

Black with #F4BD5E

Text Example


Text Example

White with #F4BD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BD5E; }

 p { color: rgb(244,189,94); }

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

background-color css

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

 a { background-color: rgb(244,189,94); }

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

border-color css

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

 span { border-color: rgb(244,189,94); }

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