Html Css Color HEX #F2E058 Portica

📋 copy color: '#F2E058'

red 242 ◦ green 224 ◦ blue 88

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

Shades of Portica #F2E058

Tints of Portica #F2E058

RGB

 RED value IS 242 (94.92% from 255) = 43.68%

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

 BLUE value IS 88 (34.77% from 255) = 15.88%

R = 43.68%
G = 40.43%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F2E058 (or 0xF2E058) is known color: Portica. HEX triplet: F2, E0 and 58. RGB value is (242,224,88). Sum of RGB (Red+Green+Blue) = 242+224+88=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 88 (34.77% from 255 or 15.88% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E058 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E058 is #0D1FA7. Grayscale: #D6D6D6. Windows color (decimal): -860072 or 5824754. OLE color: 5824754.

HSL color Cylindrical-coordinate representation of color #F2E058: hue angle of 52.99º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2E058 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 224 88 -
CMYK 0 0.07 0.64 0.05
HSL 52.99º 0.86% 0.65% -
HSV(B) 52.99º 0.64% 0.95% -
XYZ 65.04 72.89 19.87 -
YUV 213.88 56.96 148.06 -
System Red Green Blue C M Y K H S L
Decimal 242 224 88 0 0.07 0.64 0.05 52.99 0.86 0.65
Hex F2 E0 58 0 7 40 5 35 56 41
Octal 362 340 130 0 7 100 5 65 126 101
Binary 11110010 11100000 1011000 0 111 1000000 101 110101 1010110 1000001

Color Harmonies of #F2E058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E058

Black with #F2E058

Text Example


Text Example

White with #F2E058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E058; }

 p { color: rgb(242,224,88); }

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

background-color css

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

 a { background-color: rgb(242,224,88); }

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

border-color css

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

 span { border-color: rgb(242,224,88); }

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