Html Css Color HEX #F0DB5F Portica

📋 copy color: '#F0DB5F'

red 240 ◦ green 219 ◦ blue 95

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

Shades of Portica #F0DB5F

Tints of Portica #F0DB5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.15%

R = 43.32%
G = 39.53%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F0DB5F (or 0xF0DB5F) is known color: Portica. HEX triplet: F0, DB and 5F. RGB value is (240,219,95). Sum of RGB (Red+Green+Blue) = 240+219+95=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 95 (37.5% from 255 or 17.15% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DB5F is #0F24A0. Grayscale: #D3D3D3. Windows color (decimal): -992417 or 6282224. OLE color: 6282224.

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

Color convert

RGB 240 219 95 -
CMYK 0 0.09 0.60 0.06
HSL 51.31º 0.83% 0.66% -
HSV(B) 51.31º 0.6% 0.94% -
XYZ 63.33 70.01 21 -
YUV 211.14 62.46 148.58 -
System Red Green Blue C M Y K H S L
Decimal 240 219 95 0 0.09 0.60 0.06 51.31 0.83 0.66
Hex F0 DB 5F 0 9 3C 6 33 53 42
Octal 360 333 137 0 11 74 6 63 123 102
Binary 11110000 11011011 1011111 0 1001 111100 110 110011 1010011 1000010

Color Harmonies of #F0DB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DB5F

Black with #F0DB5F

Text Example


Text Example

White with #F0DB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DB5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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