Html Css Color HEX #F4BA4F Cream Can

📋 copy color: '#F4BA4F'

red 244 ◦ green 186 ◦ blue 79

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

Shades of Cream Can #F4BA4F

Tints of Cream Can #F4BA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.52%

R = 47.94%
G = 36.54%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F4BA4F (or 0xF4BA4F) is known color: Cream Can. HEX triplet: F4, BA and 4F. RGB value is (244,186,79). Sum of RGB (Red+Green+Blue) = 244+186+79=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 79 (31.25% from 255 or 15.52% from 509); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BA4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BA4F is #0B45B0. Grayscale: #BFBFBF. Windows color (decimal): -738737 or 5225204. OLE color: 5225204.

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

Color convert

RGB 244 186 79 -
CMYK 0 0.24 0.68 0.04
HSL 38.91º 0.88% 0.63% -
HSV(B) 38.91º 0.68% 0.96% -
XYZ 56.28 54.92 15.03 -
YUV 191.14 64.72 165.7 -
System Red Green Blue C M Y K H S L
Decimal 244 186 79 0 0.24 0.68 0.04 38.91 0.88 0.63
Hex F4 BA 4F 0 18 44 4 27 58 3F
Octal 364 272 117 0 30 104 4 47 130 77
Binary 11110100 10111010 1001111 0 11000 1000100 100 100111 1011000 111111

Color Harmonies of #F4BA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BA4F

Black with #F4BA4F

Text Example


Text Example

White with #F4BA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BA4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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