Html Css Color HEX #F2D855 Portica

📋 copy color: '#F2D855'

red 242 ◦ green 216 ◦ blue 85

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

Shades of Portica #F2D855

Tints of Portica #F2D855

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.78%

 BLUE value IS 85 (33.59% from 255) = 15.65%

R = 44.57%
G = 39.78%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F2D855 (or 0xF2D855) is known color: Portica. HEX triplet: F2, D8 and 55. RGB value is (242,216,85). Sum of RGB (Red+Green+Blue) = 242+216+85=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 85 (33.59% from 255 or 15.65% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D855 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D855 is #0D27AA. Grayscale: #D1D1D1. Windows color (decimal): -862123 or 5626098. OLE color: 5626098.

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

Color convert

RGB 242 216 85 -
CMYK 0 0.11 0.65 0.05
HSL 50.06º 0.86% 0.64% -
HSV(B) 50.06º 0.65% 0.95% -
XYZ 62.81 68.64 18.53 -
YUV 208.84 58.11 151.65 -
System Red Green Blue C M Y K H S L
Decimal 242 216 85 0 0.11 0.65 0.05 50.06 0.86 0.64
Hex F2 D8 55 0 B 41 5 32 56 40
Octal 362 330 125 0 13 101 5 62 126 100
Binary 11110010 11011000 1010101 0 1011 1000001 101 110010 1010110 1000000

Color Harmonies of #F2D855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D855

Black with #F2D855

Text Example


Text Example

White with #F2D855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D855; }

 p { color: rgb(242,216,85); }

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

background-color css

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

 a { background-color: rgb(242,216,85); }

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

border-color css

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

 span { border-color: rgb(242,216,85); }

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