Html Css Color HEX #F0CF52 Portica

📋 copy color: '#F0CF52'

red 240 ◦ green 207 ◦ blue 82

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

Shades of Portica #F0CF52

Tints of Portica #F0CF52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.5%

R = 45.37%
G = 39.13%
B = 15.5%

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

#F0CF52 (or 0xF0CF52) is known color: Portica. HEX triplet: F0, CF and 52. RGB value is (240,207,82). Sum of RGB (Red+Green+Blue) = 240+207+82=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 82 (32.42% from 255 or 15.50% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CF52 is #0F30AD. Grayscale: #CBCBCB. Windows color (decimal): -995502 or 5427184. OLE color: 5427184.

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

Color convert

RGB 240 207 82 -
CMYK 0 0.14 0.66 0.06
HSL 47.47º 0.84% 0.63% -
HSV(B) 47.47º 0.66% 0.94% -
XYZ 59.77 63.76 17.14 -
YUV 202.62 59.93 154.66 -
System Red Green Blue C M Y K H S L
Decimal 240 207 82 0 0.14 0.66 0.06 47.47 0.84 0.63
Hex F0 CF 52 0 E 42 6 2F 54 3F
Octal 360 317 122 0 16 102 6 57 124 77
Binary 11110000 11001111 1010010 0 1110 1000010 110 101111 1010100 111111

Color Harmonies of #F0CF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CF52

Black with #F0CF52

Text Example


Text Example

White with #F0CF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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