Html Css Color HEX #F5C84C Cream Can

📋 copy color: '#F5C84C'

red 245 ◦ green 200 ◦ blue 76

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

Shades of Cream Can #F5C84C

Tints of Cream Can #F5C84C

RGB

 RED value IS 245 (96.09% from 255) = 47.02%

 GREEN value IS 200 (78.52% from 255) = 38.39%

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

R = 47.02%
G = 38.39%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F5C84C (or 0xF5C84C) is known color: Cream Can. HEX triplet: F5, C8 and 4C. RGB value is (245,200,76). Sum of RGB (Red+Green+Blue) = 245+200+76=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 76 (30.08% from 255 or 14.59% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C84C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C84C is #0A37B3. Grayscale: #C7C7C7. Windows color (decimal): -669620 or 5032181. OLE color: 5032181.

HSL color Cylindrical-coordinate representation of color #F5C84C: hue angle of 44.02º degrees, saturation: 0.89, 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 #F5C84C is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 200 76 -
CMYK 0 0.18 0.69 0.04
HSL 44.02º 0.89% 0.63% -
HSV(B) 44.02º 0.69% 0.96% -
XYZ 59.61 61.24 15.52 -
YUV 199.32 58.41 160.58 -
System Red Green Blue C M Y K H S L
Decimal 245 200 76 0 0.18 0.69 0.04 44.02 0.89 0.63
Hex F5 C8 4C 0 12 45 4 2C 59 3F
Octal 365 310 114 0 22 105 4 54 131 77
Binary 11110101 11001000 1001100 0 10010 1000101 100 101100 1011001 111111

Color Harmonies of #F5C84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C84C

Black with #F5C84C

Text Example


Text Example

White with #F5C84C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C84C; }

 p { color: rgb(245,200,76); }

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

background-color css

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

 a { background-color: rgb(245,200,76); }

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

border-color css

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

 span { border-color: rgb(245,200,76); }

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