Html Css Color HEX #F6C045 Cream Can

📋 copy color: '#F6C045'

red 246 ◦ green 192 ◦ blue 69

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

Shades of Cream Can #F6C045

Tints of Cream Can #F6C045

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.87%

 BLUE value IS 69 (27.34% from 255) = 13.61%

R = 48.52%
G = 37.87%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F6C045 (or 0xF6C045) is known color: Cream Can. HEX triplet: F6, C0 and 45. RGB value is (246,192,69). Sum of RGB (Red+Green+Blue) = 246+192+69=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 69 (27.34% from 255 or 13.61% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C045 is #093FBA. Grayscale: #C2C2C2. Windows color (decimal): -606139 or 4571382. OLE color: 4571382.

HSL color Cylindrical-coordinate representation of color #F6C045: hue angle of 41.69º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F6C045 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 192 69 -
CMYK 0 0.22 0.72 0.04
HSL 41.69º 0.91% 0.62% -
HSV(B) 41.69º 0.72% 0.96% -
XYZ 57.93 57.72 13.72 -
YUV 194.12 57.39 165 -
System Red Green Blue C M Y K H S L
Decimal 246 192 69 0 0.22 0.72 0.04 41.69 0.91 0.62
Hex F6 C0 45 0 16 48 4 2A 5B 3E
Octal 366 300 105 0 26 110 4 52 133 76
Binary 11110110 11000000 1000101 0 10110 1001000 100 101010 1011011 111110

Color Harmonies of #F6C045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C045

Black with #F6C045

Text Example


Text Example

White with #F6C045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C045; }

 p { color: rgb(246,192,69); }

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

background-color css

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

 a { background-color: rgb(246,192,69); }

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

border-color css

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

 span { border-color: rgb(246,192,69); }

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