Html Css Color HEX #F0DA60 Portica

📋 copy color: '#F0DA60'

red 240 ◦ green 218 ◦ blue 96

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

Shades of Portica #F0DA60

Tints of Portica #F0DA60

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.35%

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

R = 43.32%
G = 39.35%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#F0DA60 (or 0xF0DA60) is known color: Portica. HEX triplet: F0, DA and 60. RGB value is (240,218,96). Sum of RGB (Red+Green+Blue) = 240+218+96=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 96 (37.89% from 255 or 17.33% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DA60 is #0F259F. Grayscale: #D3D3D3. Windows color (decimal): -992672 or 6347504. OLE color: 6347504.

HSL color Cylindrical-coordinate representation of color #F0DA60: hue angle of 50.83º 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 #F0DA60 is Cyan = 0, Magento = 0.09, Yellow = 0.6 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 218 96 -
CMYK 0 0.09 0.6 0.06
HSL 50.83º 0.83% 0.66% -
HSV(B) 50.83º 0.6% 0.94% -
XYZ 63.12 69.51 21.16 -
YUV 210.67 63.29 148.92 -
System Red Green Blue C M Y K H S L
Decimal 240 218 96 0 0.09 0.6 0.06 50.83 0.83 0.66
Hex F0 DA 60 0 9 3C 6 33 53 42
Octal 360 332 140 0 11 74 6 63 123 102
Binary 11110000 11011010 1100000 0 1001 111100 110 110011 1010011 1000010

Color Harmonies of #F0DA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DA60

Black with #F0DA60

Text Example


Text Example

White with #F0DA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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