Html Css Color HEX #F0DE65 Portica

📋 copy color: '#F0DE65'

red 240 ◦ green 222 ◦ blue 101

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

Shades of Portica #F0DE65

Tints of Portica #F0DE65

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.43%

 BLUE value IS 101 (39.84% from 255) = 17.94%

R = 42.63%
G = 39.43%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F0DE65 (or 0xF0DE65) is known color: Portica. HEX triplet: F0, DE and 65. RGB value is (240,222,101). Sum of RGB (Red+Green+Blue) = 240+222+101=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 101 (39.84% from 255 or 17.94% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DE65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DE65 is #0F219A. Grayscale: #D6D6D6. Windows color (decimal): -991643 or 6676208. OLE color: 6676208.

HSL color Cylindrical-coordinate representation of color #F0DE65: hue angle of 52.23º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F0DE65 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 222 101 -
CMYK 0 0.08 0.58 0.06
HSL 52.23º 0.82% 0.67% -
HSV(B) 52.23º 0.58% 0.94% -
XYZ 64.41 71.71 22.76 -
YUV 213.59 64.46 146.84 -
System Red Green Blue C M Y K H S L
Decimal 240 222 101 0 0.08 0.58 0.06 52.23 0.82 0.67
Hex F0 DE 65 0 8 3A 6 34 52 43
Octal 360 336 145 0 10 72 6 64 122 103
Binary 11110000 11011110 1100101 0 1000 111010 110 110100 1010010 1000011

Color Harmonies of #F0DE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DE65

Black with #F0DE65

Text Example


Text Example

White with #F0DE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DE65; }

 p { color: rgb(240,222,101); }

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

background-color css

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

 a { background-color: rgb(240,222,101); }

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

border-color css

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

 span { border-color: rgb(240,222,101); }

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