Html Css Color HEX #F2DF58 Portica

📋 copy color: '#F2DF58'

red 242 ◦ green 223 ◦ blue 88

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

Shades of Portica #F2DF58

Tints of Portica #F2DF58

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.33%

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

R = 43.76%
G = 40.33%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F2DF58 (or 0xF2DF58) is known color: Portica. HEX triplet: F2, DF and 58. RGB value is (242,223,88). Sum of RGB (Red+Green+Blue) = 242+223+88=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 88 (34.77% from 255 or 15.91% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DF58 is #0D20A7. Grayscale: #D5D5D5. Windows color (decimal): -860328 or 5824498. OLE color: 5824498.

HSL color Cylindrical-coordinate representation of color #F2DF58: hue angle of 52.6º 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 #F2DF58 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 223 88 -
CMYK 0 0.08 0.64 0.05
HSL 52.6º 0.86% 0.65% -
HSV(B) 52.6º 0.64% 0.95% -
XYZ 64.77 72.36 19.79 -
YUV 213.29 57.29 148.48 -
System Red Green Blue C M Y K H S L
Decimal 242 223 88 0 0.08 0.64 0.05 52.6 0.86 0.65
Hex F2 DF 58 0 8 40 5 35 56 41
Octal 362 337 130 0 10 100 5 65 126 101
Binary 11110010 11011111 1011000 0 1000 1000000 101 110101 1010110 1000001

Color Harmonies of #F2DF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DF58

Black with #F2DF58

Text Example


Text Example

White with #F2DF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DF58; }

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

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

background-color css

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

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

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

border-color css

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

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

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