Html Css Color HEX #F5BE4A Cream Can

📋 copy color: '#F5BE4A'

red 245 ◦ green 190 ◦ blue 74

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

Shades of Cream Can #F5BE4A

Tints of Cream Can #F5BE4A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.33%

 BLUE value IS 74 (29.3% from 255) = 14.54%

R = 48.13%
G = 37.33%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F5BE4A (or 0xF5BE4A) is known color: Cream Can. HEX triplet: F5, BE and 4A. RGB value is (245,190,74). Sum of RGB (Red+Green+Blue) = 245+190+74=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 74 (29.30% from 255 or 14.54% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BE4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BE4A is #0A41B5. Grayscale: #C1C1C1. Windows color (decimal): -672182 or 4898549. OLE color: 4898549.

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

Color convert

RGB 245 190 74 -
CMYK 0 0.22 0.70 0.04
HSL 40.7º 0.9% 0.63% -
HSV(B) 40.7º 0.7% 0.96% -
XYZ 57.31 56.73 14.41 -
YUV 193.22 60.72 164.93 -
System Red Green Blue C M Y K H S L
Decimal 245 190 74 0 0.22 0.70 0.04 40.7 0.9 0.63
Hex F5 BE 4A 0 16 46 4 29 5A 3F
Octal 365 276 112 0 26 106 4 51 132 77
Binary 11110101 10111110 1001010 0 10110 1000110 100 101001 1011010 111111

Color Harmonies of #F5BE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BE4A

Black with #F5BE4A

Text Example


Text Example

White with #F5BE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BE4A; }

 p { color: rgb(245,190,74); }

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

background-color css

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

 a { background-color: rgb(245,190,74); }

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

border-color css

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

 span { border-color: rgb(245,190,74); }

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