Html Css Color HEX #F0E05B Portica

📋 copy color: '#F0E05B'

red 240 ◦ green 224 ◦ blue 91

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

Shades of Portica #F0E05B

Tints of Portica #F0E05B

RGB

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

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

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

R = 43.24%
G = 40.36%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0E05B (or 0xF0E05B) is known color: Portica. HEX triplet: F0, E0 and 5B. RGB value is (240,224,91). Sum of RGB (Red+Green+Blue) = 240+224+91=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 91 (35.94% from 255 or 16.40% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E05B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E05B is #0F1FA4. Grayscale: #D6D6D6. Windows color (decimal): -991141 or 6021360. OLE color: 6021360.

HSL color Cylindrical-coordinate representation of color #F0E05B: hue angle of 53.56º 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 #F0E05B is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 224 91 -
CMYK 0 0.07 0.62 0.06
HSL 53.56º 0.83% 0.65% -
HSV(B) 53.56º 0.62% 0.94% -
XYZ 64.48 72.59 20.51 -
YUV 213.62 58.8 146.81 -
System Red Green Blue C M Y K H S L
Decimal 240 224 91 0 0.07 0.62 0.06 53.56 0.83 0.65
Hex F0 E0 5B 0 7 3E 6 36 53 41
Octal 360 340 133 0 7 76 6 66 123 101
Binary 11110000 11100000 1011011 0 111 111110 110 110110 1010011 1000001

Color Harmonies of #F0E05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E05B

Black with #F0E05B

Text Example


Text Example

White with #F0E05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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