Html Css Color HEX #F7C248 Cream Can

📋 copy color: '#F7C248'

red 247 ◦ green 194 ◦ blue 72

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

Shades of Cream Can #F7C248

Tints of Cream Can #F7C248

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.82%

 BLUE value IS 72 (28.52% from 255) = 14.04%

R = 48.15%
G = 37.82%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F7C248 (or 0xF7C248) is known color: Cream Can. HEX triplet: F7, C2 and 48. RGB value is (247,194,72). Sum of RGB (Red+Green+Blue) = 247+194+72=513 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.15% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 72 (28.52% from 255 or 14.04% from 513); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C248 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C248 is #083DB7. Grayscale: #C4C4C4. Windows color (decimal): -540088 or 4768503. OLE color: 4768503.

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

Color convert

RGB 247 194 72 -
CMYK 0 0.21 0.71 0.03
HSL 41.83º 0.92% 0.63% -
HSV(B) 41.83º 0.71% 0.97% -
XYZ 58.82 58.83 14.39 -
YUV 195.94 58.06 164.42 -
System Red Green Blue C M Y K H S L
Decimal 247 194 72 0 0.21 0.71 0.03 41.83 0.92 0.63
Hex F7 C2 48 0 15 47 3 2A 5C 3F
Octal 367 302 110 0 25 107 3 52 134 77
Binary 11110111 11000010 1001000 0 10101 1000111 11 101010 1011100 111111

Color Harmonies of #F7C248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C248

Black with #F7C248

Text Example


Text Example

White with #F7C248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C248; }

 p { color: rgb(247,194,72); }

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

background-color css

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

 a { background-color: rgb(247,194,72); }

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

border-color css

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

 span { border-color: rgb(247,194,72); }

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