Html Css Color HEX #F0DF60 Portica

📋 copy color: '#F0DF60'

red 240 ◦ green 223 ◦ blue 96

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

Shades of Portica #F0DF60

Tints of Portica #F0DF60

RGB

 RED value IS 240 (94.14% from 255) = 42.93%

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

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

R = 42.93%
G = 39.89%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#F0DF60 (or 0xF0DF60) is known color: Portica. HEX triplet: F0, DF and 60. RGB value is (240,223,96). Sum of RGB (Red+Green+Blue) = 240+223+96=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 96 (37.89% from 255 or 17.17% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DF60 is #0F209F. Grayscale: #D6D6D6. Windows color (decimal): -991392 or 6348784. OLE color: 6348784.

HSL color Cylindrical-coordinate representation of color #F0DF60: hue angle of 52.92º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0DF60 is Cyan = 0, Magento = 0.07, Yellow = 0.6 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 223 96 -
CMYK 0 0.07 0.6 0.06
HSL 52.92º 0.83% 0.66% -
HSV(B) 52.92º 0.6% 0.94% -
XYZ 64.43 72.15 21.6 -
YUV 213.61 61.63 146.83 -
System Red Green Blue C M Y K H S L
Decimal 240 223 96 0 0.07 0.6 0.06 52.92 0.83 0.66
Hex F0 DF 60 0 7 3C 6 35 53 42
Octal 360 337 140 0 7 74 6 65 123 102
Binary 11110000 11011111 1100000 0 111 111100 110 110101 1010011 1000010

Color Harmonies of #F0DF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DF60

Black with #F0DF60

Text Example


Text Example

White with #F0DF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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