Html Css Color HEX #F0D751 Portica

📋 copy color: '#F0D751'

red 240 ◦ green 215 ◦ blue 81

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

Shades of Portica #F0D751

Tints of Portica #F0D751

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.11%

 BLUE value IS 81 (32.03% from 255) = 15.11%

R = 44.78%
G = 40.11%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F0D751 (or 0xF0D751) is known color: Portica. HEX triplet: F0, D7 and 51. RGB value is (240,215,81). Sum of RGB (Red+Green+Blue) = 240+215+81=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 81 (32.03% from 255 or 15.11% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D751 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D751 is #0F28AE. Grayscale: #CFCFCF. Windows color (decimal): -993455 or 5363696. OLE color: 5363696.

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

Color convert

RGB 240 215 81 -
CMYK 0 0.10 0.66 0.06
HSL 50.57º 0.84% 0.63% -
HSV(B) 50.57º 0.66% 0.94% -
XYZ 61.72 67.72 17.6 -
YUV 207.2 56.78 151.4 -
System Red Green Blue C M Y K H S L
Decimal 240 215 81 0 0.10 0.66 0.06 50.57 0.84 0.63
Hex F0 D7 51 0 A 42 6 33 54 3F
Octal 360 327 121 0 12 102 6 63 124 77
Binary 11110000 11010111 1010001 0 1010 1000010 110 110011 1010100 111111

Color Harmonies of #F0D751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D751

Black with #F0D751

Text Example


Text Example

White with #F0D751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D751; }

 p { color: rgb(240,215,81); }

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

background-color css

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

 a { background-color: rgb(240,215,81); }

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

border-color css

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

 span { border-color: rgb(240,215,81); }

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