Html Css Color HEX #F2DC5F Portica

📋 copy color: '#F2DC5F'

red 242 ◦ green 220 ◦ blue 95

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

Shades of Portica #F2DC5F

Tints of Portica #F2DC5F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.5%

 BLUE value IS 95 (37.5% from 255) = 17.06%

R = 43.45%
G = 39.5%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2DC5F (or 0xF2DC5F) is known color: Portica. HEX triplet: F2, DC and 5F. RGB value is (242,220,95). Sum of RGB (Red+Green+Blue) = 242+220+95=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 95 (37.5% from 255 or 17.06% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DC5F is #0D23A0. Grayscale: #D4D4D4. Windows color (decimal): -861089 or 6282482. OLE color: 6282482.

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

Color convert

RGB 242 220 95 -
CMYK 0 0.09 0.61 0.05
HSL 51.02º 0.85% 0.66% -
HSV(B) 51.02º 0.61% 0.95% -
XYZ 64.28 70.89 21.12 -
YUV 212.33 61.79 149.16 -
System Red Green Blue C M Y K H S L
Decimal 242 220 95 0 0.09 0.61 0.05 51.02 0.85 0.66
Hex F2 DC 5F 0 9 3D 5 33 55 42
Octal 362 334 137 0 11 75 5 63 125 102
Binary 11110010 11011100 1011111 0 1001 111101 101 110011 1010101 1000010

Color Harmonies of #F2DC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DC5F

Black with #F2DC5F

Text Example


Text Example

White with #F2DC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DC5F; }

 p { color: rgb(242,220,95); }

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

background-color css

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

 a { background-color: rgb(242,220,95); }

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

border-color css

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

 span { border-color: rgb(242,220,95); }

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