Html Css Color HEX #F0E15B Portica

📋 copy color: '#F0E15B'

red 240 ◦ green 225 ◦ blue 91

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

Shades of Portica #F0E15B

Tints of Portica #F0E15B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.47%

 BLUE value IS 91 (35.94% from 255) = 16.37%

R = 43.17%
G = 40.47%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0E15B (or 0xF0E15B) is known color: Portica. HEX triplet: F0, E1 and 5B. RGB value is (240,225,91). Sum of RGB (Red+Green+Blue) = 240+225+91=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 225 (88.28% from 255 or 40.47% from 556); Blue value is 91 (35.94% from 255 or 16.37% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E15B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E15B is #0F1EA4. Grayscale: #D6D6D6. Windows color (decimal): -990885 or 6021616. OLE color: 6021616.

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

Color convert

RGB 240 225 91 -
CMYK 0 0.06 0.62 0.06
HSL 53.96º 0.83% 0.65% -
HSV(B) 53.96º 0.62% 0.94% -
XYZ 64.75 73.13 20.6 -
YUV 214.21 58.47 146.4 -
System Red Green Blue C M Y K H S L
Decimal 240 225 91 0 0.06 0.62 0.06 53.96 0.83 0.65
Hex F0 E1 5B 0 6 3E 6 36 53 41
Octal 360 341 133 0 6 76 6 66 123 101
Binary 11110000 11100001 1011011 0 110 111110 110 110110 1010011 1000001

Color Harmonies of #F0E15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E15B

Black with #F0E15B

Text Example


Text Example

White with #F0E15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E15B; }

 p { color: rgb(240,225,91); }

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

background-color css

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

 a { background-color: rgb(240,225,91); }

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

border-color css

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

 span { border-color: rgb(240,225,91); }

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