Html Css Color HEX #F0D862 Portica

📋 copy color: '#F0D862'

red 240 ◦ green 216 ◦ blue 98

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

Shades of Portica #F0D862

Tints of Portica #F0D862

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.99%

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

R = 43.32%
G = 38.99%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F0D862 (or 0xF0D862) is known color: Portica. HEX triplet: F0, D8 and 62. RGB value is (240,216,98). Sum of RGB (Red+Green+Blue) = 240+216+98=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 98 (38.67% from 255 or 17.69% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D862 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D862 is #0F279D. Grayscale: #D2D2D2. Windows color (decimal): -993182 or 6478064. OLE color: 6478064.

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

Color convert

RGB 240 216 98 -
CMYK 0 0.1 0.59 0.06
HSL 49.86º 0.83% 0.66% -
HSV(B) 49.86º 0.59% 0.94% -
XYZ 62.7 68.52 21.48 -
YUV 209.72 64.95 149.59 -
System Red Green Blue C M Y K H S L
Decimal 240 216 98 0 0.1 0.59 0.06 49.86 0.83 0.66
Hex F0 D8 62 0 A 3B 6 32 53 42
Octal 360 330 142 0 12 73 6 62 123 102
Binary 11110000 11011000 1100010 0 1010 111011 110 110010 1010011 1000010

Color Harmonies of #F0D862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D862

Black with #F0D862

Text Example


Text Example

White with #F0D862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D862; }

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

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

background-color css

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

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

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

border-color css

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

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

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