Html Css Color HEX #F0CF51 Portica

📋 copy color: '#F0CF51'

red 240 ◦ green 207 ◦ blue 81

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

Shades of Portica #F0CF51

Tints of Portica #F0CF51

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.2%

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

R = 45.45%
G = 39.2%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F0CF51 (or 0xF0CF51) is known color: Portica. HEX triplet: F0, CF and 51. RGB value is (240,207,81). Sum of RGB (Red+Green+Blue) = 240+207+81=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 81 (32.03% from 255 or 15.34% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CF51 is #0F30AE. Grayscale: #CBCBCB. Windows color (decimal): -995503 or 5361648. OLE color: 5361648.

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

Color convert

RGB 240 207 81 -
CMYK 0 0.14 0.66 0.06
HSL 47.55º 0.84% 0.63% -
HSV(B) 47.55º 0.66% 0.94% -
XYZ 59.73 63.75 16.94 -
YUV 202.5 59.43 154.75 -
System Red Green Blue C M Y K H S L
Decimal 240 207 81 0 0.14 0.66 0.06 47.55 0.84 0.63
Hex F0 CF 51 0 E 42 6 30 54 3F
Octal 360 317 121 0 16 102 6 60 124 77
Binary 11110000 11001111 1010001 0 1110 1000010 110 110000 1010100 111111

Color Harmonies of #F0CF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CF51

Black with #F0CF51

Text Example


Text Example

White with #F0CF51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CF51; }

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

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

background-color css

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

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

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

border-color css

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

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

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