Html Css Color HEX #F2DF60 Portica

📋 copy color: '#F2DF60'

red 242 ◦ green 223 ◦ blue 96

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

Shades of Portica #F2DF60

Tints of Portica #F2DF60

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.75%

 BLUE value IS 96 (37.89% from 255) = 17.11%

R = 43.14%
G = 39.75%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F2DF60 (or 0xF2DF60) is known color: Portica. HEX triplet: F2, DF and 60. RGB value is (242,223,96). Sum of RGB (Red+Green+Blue) = 242+223+96=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 96 (37.89% from 255 or 17.11% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DF60 is #0D209F. Grayscale: #D6D6D6. Windows color (decimal): -860320 or 6348786. OLE color: 6348786.

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

Color convert

RGB 242 223 96 -
CMYK 0 0.08 0.60 0.05
HSL 52.19º 0.85% 0.66% -
HSV(B) 52.19º 0.6% 0.95% -
XYZ 65.12 72.5 21.63 -
YUV 214.2 61.29 147.83 -
System Red Green Blue C M Y K H S L
Decimal 242 223 96 0 0.08 0.60 0.05 52.19 0.85 0.66
Hex F2 DF 60 0 8 3C 5 34 55 42
Octal 362 337 140 0 10 74 5 64 125 102
Binary 11110010 11011111 1100000 0 1000 111100 101 110100 1010101 1000010

Color Harmonies of #F2DF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DF60

Black with #F2DF60

Text Example


Text Example

White with #F2DF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DF60; }

 p { color: rgb(242,223,96); }

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

background-color css

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

 a { background-color: rgb(242,223,96); }

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

border-color css

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

 span { border-color: rgb(242,223,96); }

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