Html Css Color HEX #F6BD4D Cream Can

📋 copy color: '#F6BD4D'

red 246 ◦ green 189 ◦ blue 77

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

Shades of Cream Can #F6BD4D

Tints of Cream Can #F6BD4D

RGB

 RED value IS 246 (96.48% from 255) = 48.05%

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

 BLUE value IS 77 (30.47% from 255) = 15.04%

R = 48.05%
G = 36.91%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F6BD4D (or 0xF6BD4D) is known color: Cream Can. HEX triplet: F6, BD and 4D. RGB value is (246,189,77). Sum of RGB (Red+Green+Blue) = 246+189+77=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 77 (30.47% from 255 or 15.04% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6BD4D is #0942B2. Grayscale: #C1C1C1. Windows color (decimal): -606899 or 5094902. OLE color: 5094902.

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

Color convert

RGB 246 189 77 -
CMYK 0 0.23 0.69 0.04
HSL 39.76º 0.9% 0.63% -
HSV(B) 39.76º 0.69% 0.96% -
XYZ 57.54 56.52 14.9 -
YUV 193.28 62.38 165.61 -
System Red Green Blue C M Y K H S L
Decimal 246 189 77 0 0.23 0.69 0.04 39.76 0.9 0.63
Hex F6 BD 4D 0 17 45 4 28 5A 3F
Octal 366 275 115 0 27 105 4 50 132 77
Binary 11110110 10111101 1001101 0 10111 1000101 100 101000 1011010 111111

Color Harmonies of #F6BD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BD4D

Black with #F6BD4D

Text Example


Text Example

White with #F6BD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BD4D; }

 p { color: rgb(246,189,77); }

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

background-color css

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

 a { background-color: rgb(246,189,77); }

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

border-color css

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

 span { border-color: rgb(246,189,77); }

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