Html Css Color HEX #F2D356 Portica

📋 copy color: '#F2D356'

red 242 ◦ green 211 ◦ blue 86

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

Shades of Portica #F2D356

Tints of Portica #F2D356

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.15%

 BLUE value IS 86 (33.98% from 255) = 15.96%

R = 44.9%
G = 39.15%
B = 15.96%

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

#F2D356 (or 0xF2D356) is known color: Portica. HEX triplet: F2, D3 and 56. RGB value is (242,211,86). Sum of RGB (Red+Green+Blue) = 242+211+86=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 211 (82.81% from 255 or 39.15% from 539); Blue value is 86 (33.98% from 255 or 15.96% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D356 is #0D2CA9. Grayscale: #CECECE. Windows color (decimal): -863402 or 5690354. OLE color: 5690354.

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

Color convert

RGB 242 211 86 -
CMYK 0 0.13 0.64 0.05
HSL 48.08º 0.86% 0.64% -
HSV(B) 48.08º 0.64% 0.95% -
XYZ 61.59 66.14 18.32 -
YUV 206.02 60.27 153.66 -
System Red Green Blue C M Y K H S L
Decimal 242 211 86 0 0.13 0.64 0.05 48.08 0.86 0.64
Hex F2 D3 56 0 D 40 5 30 56 40
Octal 362 323 126 0 15 100 5 60 126 100
Binary 11110010 11010011 1010110 0 1101 1000000 101 110000 1010110 1000000

Color Harmonies of #F2D356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D356

Black with #F2D356

Text Example


Text Example

White with #F2D356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D356; }

 p { color: rgb(242,211,86); }

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

background-color css

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

 a { background-color: rgb(242,211,86); }

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

border-color css

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

 span { border-color: rgb(242,211,86); }

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