Html Css Color HEX #F0E056 Portica

📋 copy color: '#F0E056'

red 240 ◦ green 224 ◦ blue 86

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

Shades of Portica #F0E056

Tints of Portica #F0E056

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.73%

 BLUE value IS 86 (33.98% from 255) = 15.64%

R = 43.64%
G = 40.73%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F0E056 (or 0xF0E056) is known color: Portica. HEX triplet: F0, E0 and 56. RGB value is (240,224,86). Sum of RGB (Red+Green+Blue) = 240+224+86=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 224 (87.89% from 255 or 40.73% from 550); Blue value is 86 (33.98% from 255 or 15.64% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E056 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E056 is #0F1FA9. Grayscale: #D5D5D5. Windows color (decimal): -991146 or 5693680. OLE color: 5693680.

HSL color Cylindrical-coordinate representation of color #F0E056: hue angle of 53.77º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0E056 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 224 86 -
CMYK 0 0.07 0.64 0.06
HSL 53.77º 0.84% 0.64% -
HSV(B) 53.77º 0.64% 0.94% -
XYZ 64.27 72.51 19.41 -
YUV 213.05 56.3 147.22 -
System Red Green Blue C M Y K H S L
Decimal 240 224 86 0 0.07 0.64 0.06 53.77 0.84 0.64
Hex F0 E0 56 0 7 40 6 36 54 40
Octal 360 340 126 0 7 100 6 66 124 100
Binary 11110000 11100000 1010110 0 111 1000000 110 110110 1010100 1000000

Color Harmonies of #F0E056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E056

Black with #F0E056

Text Example


Text Example

White with #F0E056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E056; }

 p { color: rgb(240,224,86); }

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

background-color css

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

 a { background-color: rgb(240,224,86); }

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

border-color css

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

 span { border-color: rgb(240,224,86); }

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