Html Css Color HEX #F2D258 Portica

📋 copy color: '#F2D258'

red 242 ◦ green 210 ◦ blue 88

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

Shades of Portica #F2D258

Tints of Portica #F2D258

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.89%

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

R = 44.81%
G = 38.89%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F2D258 (or 0xF2D258) is known color: Portica. HEX triplet: F2, D2 and 58. RGB value is (242,210,88). Sum of RGB (Red+Green+Blue) = 242+210+88=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 88 (34.77% from 255 or 16.30% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D258 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D258 is #0D2DA7. Grayscale: #CECECE. Windows color (decimal): -863656 or 5821170. OLE color: 5821170.

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

Color convert

RGB 242 210 88 -
CMYK 0 0.13 0.64 0.05
HSL 47.53º 0.86% 0.65% -
HSV(B) 47.53º 0.64% 0.95% -
XYZ 61.43 65.68 18.67 -
YUV 205.66 61.6 153.92 -
System Red Green Blue C M Y K H S L
Decimal 242 210 88 0 0.13 0.64 0.05 47.53 0.86 0.65
Hex F2 D2 58 0 D 40 5 30 56 41
Octal 362 322 130 0 15 100 5 60 126 101
Binary 11110010 11010010 1011000 0 1101 1000000 101 110000 1010110 1000001

Color Harmonies of #F2D258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D258

Black with #F2D258

Text Example


Text Example

White with #F2D258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D258; }

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

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

background-color css

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

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

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

border-color css

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

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

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