Html Css Color HEX #F6C04F Cream Can

📋 copy color: '#F6C04F'

red 246 ◦ green 192 ◦ blue 79

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

Shades of Cream Can #F6C04F

Tints of Cream Can #F6C04F

RGB

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

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

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

R = 47.58%
G = 37.14%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F6C04F (or 0xF6C04F) is known color: Cream Can. HEX triplet: F6, C0 and 4F. RGB value is (246,192,79). Sum of RGB (Red+Green+Blue) = 246+192+79=517 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.58% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 79 (31.25% from 255 or 15.28% from 517); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C04F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C04F is #093FB0. Grayscale: #C3C3C3. Windows color (decimal): -606129 or 5226742. OLE color: 5226742.

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

Color convert

RGB 246 192 79 -
CMYK 0 0.22 0.68 0.04
HSL 40.6º 0.9% 0.64% -
HSV(B) 40.6º 0.68% 0.96% -
XYZ 58.27 57.86 15.49 -
YUV 195.26 62.39 164.19 -
System Red Green Blue C M Y K H S L
Decimal 246 192 79 0 0.22 0.68 0.04 40.6 0.9 0.64
Hex F6 C0 4F 0 16 44 4 29 5A 40
Octal 366 300 117 0 26 104 4 51 132 100
Binary 11110110 11000000 1001111 0 10110 1000100 100 101001 1011010 1000000

Color Harmonies of #F6C04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C04F

Black with #F6C04F

Text Example


Text Example

White with #F6C04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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