Html Css Color HEX #F7C64C Cream Can

📋 copy color: '#F7C64C'

red 247 ◦ green 198 ◦ blue 76

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

Shades of Cream Can #F7C64C

Tints of Cream Can #F7C64C

RGB

 RED value IS 247 (96.88% from 255) = 47.41%

 GREEN value IS 198 (77.73% from 255) = 38%

 BLUE value IS 76 (30.08% from 255) = 14.59%

R = 47.41%
G = 38%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F7C64C (or 0xF7C64C) is known color: Cream Can. HEX triplet: F7, C6 and 4C. RGB value is (247,198,76). Sum of RGB (Red+Green+Blue) = 247+198+76=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 76 (30.08% from 255 or 14.59% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C64C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C64C is #0839B3. Grayscale: #C7C7C7. Windows color (decimal): -539060 or 5031671. OLE color: 5031671.

HSL color Cylindrical-coordinate representation of color #F7C64C: hue angle of 42.81º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F7C64C is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 198 76 -
CMYK 0 0.20 0.69 0.03
HSL 42.81º 0.91% 0.63% -
HSV(B) 42.81º 0.69% 0.97% -
XYZ 59.86 60.68 15.4 -
YUV 198.74 58.73 162.42 -
System Red Green Blue C M Y K H S L
Decimal 247 198 76 0 0.20 0.69 0.03 42.81 0.91 0.63
Hex F7 C6 4C 0 14 45 3 2B 5B 3F
Octal 367 306 114 0 24 105 3 53 133 77
Binary 11110111 11000110 1001100 0 10100 1000101 11 101011 1011011 111111

Color Harmonies of #F7C64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C64C

Black with #F7C64C

Text Example


Text Example

White with #F7C64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C64C; }

 p { color: rgb(247,198,76); }

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

background-color css

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

 a { background-color: rgb(247,198,76); }

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

border-color css

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

 span { border-color: rgb(247,198,76); }

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