Html Css Color HEX #F5C25A Cream Can

📋 copy color: '#F5C25A'

red 245 ◦ green 194 ◦ blue 90

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

Shades of Cream Can #F5C25A

Tints of Cream Can #F5C25A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.01%

R = 46.31%
G = 36.67%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F5C25A (or 0xF5C25A) is known color: Cream Can. HEX triplet: F5, C2 and 5A. RGB value is (245,194,90). Sum of RGB (Red+Green+Blue) = 245+194+90=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 90 (35.55% from 255 or 17.01% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C25A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C25A is #0A3DA5. Grayscale: #C5C5C5. Windows color (decimal): -671142 or 5948149. OLE color: 5948149.

HSL color Cylindrical-coordinate representation of color #F5C25A: hue angle of 40.26º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F5C25A is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 194 90 -
CMYK 0 0.21 0.63 0.04
HSL 40.26º 0.89% 0.66% -
HSV(B) 40.26º 0.63% 0.96% -
XYZ 58.79 58.73 17.91 -
YUV 197.39 67.4 161.96 -
System Red Green Blue C M Y K H S L
Decimal 245 194 90 0 0.21 0.63 0.04 40.26 0.89 0.66
Hex F5 C2 5A 0 15 3F 4 28 59 42
Octal 365 302 132 0 25 77 4 50 131 102
Binary 11110101 11000010 1011010 0 10101 111111 100 101000 1011001 1000010

Color Harmonies of #F5C25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C25A

Black with #F5C25A

Text Example


Text Example

White with #F5C25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C25A; }

 p { color: rgb(245,194,90); }

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

background-color css

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

 a { background-color: rgb(245,194,90); }

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

border-color css

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

 span { border-color: rgb(245,194,90); }

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