Html Css Color HEX #F0CF53 Portica

📋 copy color: '#F0CF53'

red 240 ◦ green 207 ◦ blue 83

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

Shades of Portica #F0CF53

Tints of Portica #F0CF53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.66%

R = 45.28%
G = 39.06%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F0CF53 (or 0xF0CF53) is known color: Portica. HEX triplet: F0, CF and 53. RGB value is (240,207,83). Sum of RGB (Red+Green+Blue) = 240+207+83=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 83 (32.81% from 255 or 15.66% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CF53 is #0F30AC. Grayscale: #CBCBCB. Windows color (decimal): -995501 or 5492720. OLE color: 5492720.

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

Color convert

RGB 240 207 83 -
CMYK 0 0.14 0.65 0.06
HSL 47.39º 0.84% 0.63% -
HSV(B) 47.39º 0.65% 0.94% -
XYZ 59.81 63.78 17.34 -
YUV 202.73 60.43 154.58 -
System Red Green Blue C M Y K H S L
Decimal 240 207 83 0 0.14 0.65 0.06 47.39 0.84 0.63
Hex F0 CF 53 0 E 41 6 2F 54 3F
Octal 360 317 123 0 16 101 6 57 124 77
Binary 11110000 11001111 1010011 0 1110 1000001 110 101111 1010100 111111

Color Harmonies of #F0CF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CF53

Black with #F0CF53

Text Example


Text Example

White with #F0CF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CF53; }

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

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

background-color css

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

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

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

border-color css

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

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

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