Html Css Color HEX #F0DA62 Portica

📋 copy color: '#F0DA62'

red 240 ◦ green 218 ◦ blue 98

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

Shades of Portica #F0DA62

Tints of Portica #F0DA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.63%

R = 43.17%
G = 39.21%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F0DA62 (or 0xF0DA62) is known color: Portica. HEX triplet: F0, DA and 62. RGB value is (240,218,98). Sum of RGB (Red+Green+Blue) = 240+218+98=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 98 (38.67% from 255 or 17.63% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DA62 is #0F259D. Grayscale: #D3D3D3. Windows color (decimal): -992670 or 6478576. OLE color: 6478576.

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

Color convert

RGB 240 218 98 -
CMYK 0 0.09 0.59 0.06
HSL 50.7º 0.83% 0.66% -
HSV(B) 50.7º 0.59% 0.94% -
XYZ 63.21 69.55 21.65 -
YUV 210.9 64.29 148.76 -
System Red Green Blue C M Y K H S L
Decimal 240 218 98 0 0.09 0.59 0.06 50.7 0.83 0.66
Hex F0 DA 62 0 9 3B 6 33 53 42
Octal 360 332 142 0 11 73 6 63 123 102
Binary 11110000 11011010 1100010 0 1001 111011 110 110011 1010011 1000010

Color Harmonies of #F0DA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DA62

Black with #F0DA62

Text Example


Text Example

White with #F0DA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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