Html Css Color HEX #F0BE4A Cream Can

📋 copy color: '#F0BE4A'

red 240 ◦ green 190 ◦ blue 74

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

Shades of Cream Can #F0BE4A

Tints of Cream Can #F0BE4A

RGB

 RED value IS 240 (94.14% from 255) = 47.62%

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

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

R = 47.62%
G = 37.7%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0BE4A (or 0xF0BE4A) is known color: Cream Can. HEX triplet: F0, BE and 4A. RGB value is (240,190,74). Sum of RGB (Red+Green+Blue) = 240+190+74=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 74 (29.30% from 255 or 14.68% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BE4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BE4A is #0F41B5. Grayscale: #C0C0C0. Windows color (decimal): -999862 or 4898544. OLE color: 4898544.

HSL color Cylindrical-coordinate representation of color #F0BE4A: hue angle of 41.93º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0BE4A is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 190 74 -
CMYK 0 0.21 0.69 0.06
HSL 41.93º 0.85% 0.62% -
HSV(B) 41.93º 0.69% 0.94% -
XYZ 55.58 55.85 14.33 -
YUV 191.73 61.57 162.43 -
System Red Green Blue C M Y K H S L
Decimal 240 190 74 0 0.21 0.69 0.06 41.93 0.85 0.62
Hex F0 BE 4A 0 15 45 6 2A 55 3E
Octal 360 276 112 0 25 105 6 52 125 76
Binary 11110000 10111110 1001010 0 10101 1000101 110 101010 1010101 111110

Color Harmonies of #F0BE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BE4A

Black with #F0BE4A

Text Example


Text Example

White with #F0BE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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