Html Css Color HEX #F0DB58 Portica

📋 copy color: '#F0DB58'

red 240 ◦ green 219 ◦ blue 88

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

Shades of Portica #F0DB58

Tints of Portica #F0DB58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.09%

R = 43.88%
G = 40.04%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F0DB58 (or 0xF0DB58) is known color: Portica. HEX triplet: F0, DB and 58. RGB value is (240,219,88). Sum of RGB (Red+Green+Blue) = 240+219+88=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 88 (34.77% from 255 or 16.09% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DB58 is #0F24A7. Grayscale: #D2D2D2. Windows color (decimal): -992424 or 5823472. OLE color: 5823472.

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

Color convert

RGB 240 219 88 -
CMYK 0 0.09 0.63 0.06
HSL 51.71º 0.84% 0.64% -
HSV(B) 51.71º 0.63% 0.94% -
XYZ 63.03 69.89 19.4 -
YUV 210.35 58.96 149.15 -
System Red Green Blue C M Y K H S L
Decimal 240 219 88 0 0.09 0.63 0.06 51.71 0.84 0.64
Hex F0 DB 58 0 9 3F 6 34 54 40
Octal 360 333 130 0 11 77 6 64 124 100
Binary 11110000 11011011 1011000 0 1001 111111 110 110100 1010100 1000000

Color Harmonies of #F0DB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DB58

Black with #F0DB58

Text Example


Text Example

White with #F0DB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DB58; }

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

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

background-color css

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

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

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

border-color css

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

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

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