Html Css Color HEX #F0D450 Portica

📋 copy color: '#F0D450'

red 240 ◦ green 212 ◦ blue 80

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

Shades of Portica #F0D450

Tints of Portica #F0D450

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.85%

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

R = 45.11%
G = 39.85%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F0D450 (or 0xF0D450) is known color: Portica. HEX triplet: F0, D4 and 50. RGB value is (240,212,80). Sum of RGB (Red+Green+Blue) = 240+212+80=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 80 (31.64% from 255 or 15.04% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D450 is #0F2BAF. Grayscale: #CDCDCD. Windows color (decimal): -994224 or 5297392. OLE color: 5297392.

HSL color Cylindrical-coordinate representation of color #F0D450: hue angle of 49.5º 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 #F0D450 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 212 80 -
CMYK 0 0.12 0.67 0.06
HSL 49.5º 0.84% 0.63% -
HSV(B) 49.5º 0.67% 0.94% -
XYZ 60.93 66.19 17.15 -
YUV 205.32 57.28 152.73 -
System Red Green Blue C M Y K H S L
Decimal 240 212 80 0 0.12 0.67 0.06 49.5 0.84 0.63
Hex F0 D4 50 0 C 43 6 32 54 3F
Octal 360 324 120 0 14 103 6 62 124 77
Binary 11110000 11010100 1010000 0 1100 1000011 110 110010 1010100 111111

Color Harmonies of #F0D450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D450

Black with #F0D450

Text Example


Text Example

White with #F0D450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D450; }

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

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

background-color css

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

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

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

border-color css

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

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

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