Html Css Color HEX #F0D655 Portica

📋 copy color: '#F0D655'

red 240 ◦ green 214 ◦ blue 85

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

Shades of Portica #F0D655

Tints of Portica #F0D655

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.7%

 BLUE value IS 85 (33.59% from 255) = 15.77%

R = 44.53%
G = 39.7%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F0D655 (or 0xF0D655) is known color: Portica. HEX triplet: F0, D6 and 55. RGB value is (240,214,85). Sum of RGB (Red+Green+Blue) = 240+214+85=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 85 (33.59% from 255 or 15.77% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D655 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D655 is #0F29AA. Grayscale: #CFCFCF. Windows color (decimal): -993707 or 5625584. OLE color: 5625584.

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

Color convert

RGB 240 214 85 -
CMYK 0 0.11 0.65 0.06
HSL 49.94º 0.84% 0.64% -
HSV(B) 49.94º 0.65% 0.94% -
XYZ 61.62 67.27 18.33 -
YUV 207.07 59.11 151.49 -
System Red Green Blue C M Y K H S L
Decimal 240 214 85 0 0.11 0.65 0.06 49.94 0.84 0.64
Hex F0 D6 55 0 B 41 6 32 54 40
Octal 360 326 125 0 13 101 6 62 124 100
Binary 11110000 11010110 1010101 0 1011 1000001 110 110010 1010100 1000000

Color Harmonies of #F0D655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D655

Black with #F0D655

Text Example


Text Example

White with #F0D655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D655; }

 p { color: rgb(240,214,85); }

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

background-color css

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

 a { background-color: rgb(240,214,85); }

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

border-color css

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

 span { border-color: rgb(240,214,85); }

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