Html Css Color HEX #F2D95B Portica

📋 copy color: '#F2D95B'

red 242 ◦ green 217 ◦ blue 91

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

Shades of Portica #F2D95B

Tints of Portica #F2D95B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.55%

R = 44%
G = 39.45%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2D95B (or 0xF2D95B) is known color: Portica. HEX triplet: F2, D9 and 5B. RGB value is (242,217,91). Sum of RGB (Red+Green+Blue) = 242+217+91=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 217 (85.16% from 255 or 39.45% from 550); Blue value is 91 (35.94% from 255 or 16.55% from 550); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D95B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D95B is #0D26A4. Grayscale: #D2D2D2. Windows color (decimal): -861861 or 6019570. OLE color: 6019570.

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

Color convert

RGB 242 217 91 -
CMYK 0 0.10 0.62 0.05
HSL 50.07º 0.85% 0.65% -
HSV(B) 50.07º 0.62% 0.95% -
XYZ 63.32 69.26 19.93 -
YUV 210.11 60.78 150.75 -
System Red Green Blue C M Y K H S L
Decimal 242 217 91 0 0.10 0.62 0.05 50.07 0.85 0.65
Hex F2 D9 5B 0 A 3E 5 32 55 41
Octal 362 331 133 0 12 76 5 62 125 101
Binary 11110010 11011001 1011011 0 1010 111110 101 110010 1010101 1000001

Color Harmonies of #F2D95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D95B

Black with #F2D95B

Text Example


Text Example

White with #F2D95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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