Html Css Color HEX #F0DB56 Portica

📋 copy color: '#F0DB56'

red 240 ◦ green 219 ◦ blue 86

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

Shades of Portica #F0DB56

Tints of Portica #F0DB56

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.18%

 BLUE value IS 86 (33.98% from 255) = 15.78%

R = 44.04%
G = 40.18%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F0DB56 (or 0xF0DB56) is known color: Portica. HEX triplet: F0, DB and 56. RGB value is (240,219,86). Sum of RGB (Red+Green+Blue) = 240+219+86=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 86 (33.98% from 255 or 15.78% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DB56 is #0F24A9. Grayscale: #D2D2D2. Windows color (decimal): -992426 or 5692400. OLE color: 5692400.

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

Color convert

RGB 240 219 86 -
CMYK 0 0.09 0.64 0.06
HSL 51.82º 0.84% 0.64% -
HSV(B) 51.82º 0.64% 0.94% -
XYZ 62.95 69.86 18.97 -
YUV 210.12 57.96 149.31 -
System Red Green Blue C M Y K H S L
Decimal 240 219 86 0 0.09 0.64 0.06 51.82 0.84 0.64
Hex F0 DB 56 0 9 40 6 34 54 40
Octal 360 333 126 0 11 100 6 64 124 100
Binary 11110000 11011011 1010110 0 1001 1000000 110 110100 1010100 1000000

Color Harmonies of #F0DB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DB56

Black with #F0DB56

Text Example


Text Example

White with #F0DB56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DB56; }

 p { color: rgb(240,219,86); }

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

background-color css

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

 a { background-color: rgb(240,219,86); }

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

border-color css

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

 span { border-color: rgb(240,219,86); }

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