Html Css Color HEX #F2D95F Portica

📋 copy color: '#F2D95F'

red 242 ◦ green 217 ◦ blue 95

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

Shades of Portica #F2D95F

Tints of Portica #F2D95F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.17%

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

R = 43.68%
G = 39.17%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2D95F (or 0xF2D95F) is known color: Portica. HEX triplet: F2, D9 and 5F. RGB value is (242,217,95). Sum of RGB (Red+Green+Blue) = 242+217+95=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 95 (37.5% from 255 or 17.15% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D95F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D95F is #0D26A0. Grayscale: #D3D3D3. Windows color (decimal): -861857 or 6281714. OLE color: 6281714.

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

Color convert

RGB 242 217 95 -
CMYK 0 0.10 0.61 0.05
HSL 49.8º 0.85% 0.66% -
HSV(B) 49.8º 0.61% 0.95% -
XYZ 63.5 69.33 20.86 -
YUV 210.57 62.78 150.42 -
System Red Green Blue C M Y K H S L
Decimal 242 217 95 0 0.10 0.61 0.05 49.8 0.85 0.66
Hex F2 D9 5F 0 A 3D 5 32 55 42
Octal 362 331 137 0 12 75 5 62 125 102
Binary 11110010 11011001 1011111 0 1010 111101 101 110010 1010101 1000010

Color Harmonies of #F2D95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D95F

Black with #F2D95F

Text Example


Text Example

White with #F2D95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D95F; }

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

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

background-color css

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

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

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

border-color css

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

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

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