Html Css Color HEX #F2D059 Portica

📋 copy color: '#F2D059'

red 242 ◦ green 208 ◦ blue 89

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

Shades of Portica #F2D059

Tints of Portica #F2D059

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.59%

 BLUE value IS 89 (35.16% from 255) = 16.51%

R = 44.9%
G = 38.59%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F2D059 (or 0xF2D059) is known color: Portica. HEX triplet: F2, D0 and 59. RGB value is (242,208,89). Sum of RGB (Red+Green+Blue) = 242+208+89=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 89 (35.16% from 255 or 16.51% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D059 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D059 is #0D2FA6. Grayscale: #CDCDCD. Windows color (decimal): -864167 or 5886194. OLE color: 5886194.

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

Color convert

RGB 242 208 89 -
CMYK 0 0.14 0.63 0.05
HSL 46.67º 0.85% 0.65% -
HSV(B) 46.67º 0.63% 0.95% -
XYZ 60.98 64.71 18.73 -
YUV 204.6 62.76 154.68 -
System Red Green Blue C M Y K H S L
Decimal 242 208 89 0 0.14 0.63 0.05 46.67 0.85 0.65
Hex F2 D0 59 0 E 3F 5 2F 55 41
Octal 362 320 131 0 16 77 5 57 125 101
Binary 11110010 11010000 1011001 0 1110 111111 101 101111 1010101 1000001

Color Harmonies of #F2D059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D059

Black with #F2D059

Text Example


Text Example

White with #F2D059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D059; }

 p { color: rgb(242,208,89); }

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

background-color css

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

 a { background-color: rgb(242,208,89); }

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

border-color css

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

 span { border-color: rgb(242,208,89); }

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