Html Css Color HEX #F0D050 Portica

📋 copy color: '#F0D050'

red 240 ◦ green 208 ◦ blue 80

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

Shades of Portica #F0D050

Tints of Portica #F0D050

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.39%

 BLUE value IS 80 (31.64% from 255) = 15.15%

R = 45.45%
G = 39.39%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F0D050 (or 0xF0D050) is known color: Portica. HEX triplet: F0, D0 and 50. RGB value is (240,208,80). Sum of RGB (Red+Green+Blue) = 240+208+80=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 80 (31.64% from 255 or 15.15% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D050 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D050 is #0F2FAF. Grayscale: #CBCBCB. Windows color (decimal): -995248 or 5296368. OLE color: 5296368.

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

Color convert

RGB 240 208 80 -
CMYK 0 0.13 0.67 0.06
HSL 48º 0.84% 0.63% -
HSV(B) 48º 0.67% 0.94% -
XYZ 59.94 64.22 16.83 -
YUV 202.98 58.6 154.41 -
System Red Green Blue C M Y K H S L
Decimal 240 208 80 0 0.13 0.67 0.06 48 0.84 0.63
Hex F0 D0 50 0 D 43 6 30 54 3F
Octal 360 320 120 0 15 103 6 60 124 77
Binary 11110000 11010000 1010000 0 1101 1000011 110 110000 1010100 111111

Color Harmonies of #F0D050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D050

Black with #F0D050

Text Example


Text Example

White with #F0D050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D050; }

 p { color: rgb(240,208,80); }

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

background-color css

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

 a { background-color: rgb(240,208,80); }

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

border-color css

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

 span { border-color: rgb(240,208,80); }

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