Html Css Color HEX #F0DB5E Portica

📋 copy color: '#F0DB5E'

red 240 ◦ green 219 ◦ blue 94

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

Shades of Portica #F0DB5E

Tints of Portica #F0DB5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17%

R = 43.4%
G = 39.6%
B = 17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F0DB5E (or 0xF0DB5E) is known color: Portica. HEX triplet: F0, DB and 5E. RGB value is (240,219,94). Sum of RGB (Red+Green+Blue) = 240+219+94=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 94 (37.11% from 255 or 17.00% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DB5E is #0F24A1. Grayscale: #D3D3D3. Windows color (decimal): -992418 or 6216688. OLE color: 6216688.

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

Color convert

RGB 240 219 94 -
CMYK 0 0.09 0.61 0.06
HSL 51.37º 0.83% 0.65% -
HSV(B) 51.37º 0.61% 0.94% -
XYZ 63.29 70 20.76 -
YUV 211.03 61.96 148.66 -
System Red Green Blue C M Y K H S L
Decimal 240 219 94 0 0.09 0.61 0.06 51.37 0.83 0.65
Hex F0 DB 5E 0 9 3D 6 33 53 41
Octal 360 333 136 0 11 75 6 63 123 101
Binary 11110000 11011011 1011110 0 1001 111101 110 110011 1010011 1000001

Color Harmonies of #F0DB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DB5E

Black with #F0DB5E

Text Example


Text Example

White with #F0DB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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