Html Css Color HEX #F4BF50 Cream Can

📋 copy color: '#F4BF50'

red 244 ◦ green 191 ◦ blue 80

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

Shades of Cream Can #F4BF50

Tints of Cream Can #F4BF50

RGB

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

 GREEN value IS 191 (75% from 255) = 37.09%

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

R = 47.38%
G = 37.09%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F4BF50 (or 0xF4BF50) is known color: Cream Can. HEX triplet: F4, BF and 50. RGB value is (244,191,80). Sum of RGB (Red+Green+Blue) = 244+191+80=515 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.38% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 80 (31.64% from 255 or 15.53% from 515); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BF50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BF50 is #0B40AF. Grayscale: #C2C2C2. Windows color (decimal): -737456 or 5292020. OLE color: 5292020.

HSL color Cylindrical-coordinate representation of color #F4BF50: hue angle of 40.61º 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 #F4BF50 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 191 80 -
CMYK 0 0.22 0.67 0.04
HSL 40.61º 0.88% 0.64% -
HSV(B) 40.61º 0.67% 0.96% -
XYZ 57.39 57.07 15.58 -
YUV 194.19 63.56 163.53 -
System Red Green Blue C M Y K H S L
Decimal 244 191 80 0 0.22 0.67 0.04 40.61 0.88 0.64
Hex F4 BF 50 0 16 43 4 29 58 40
Octal 364 277 120 0 26 103 4 51 130 100
Binary 11110100 10111111 1010000 0 10110 1000011 100 101001 1011000 1000000

Color Harmonies of #F4BF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BF50

Black with #F4BF50

Text Example


Text Example

White with #F4BF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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