Html Css Color HEX #F0DF56 Portica

📋 copy color: '#F0DF56'

red 240 ◦ green 223 ◦ blue 86

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

Shades of Portica #F0DF56

Tints of Portica #F0DF56

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.62%

 BLUE value IS 86 (33.98% from 255) = 15.66%

R = 43.72%
G = 40.62%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#F0DF56 (or 0xF0DF56) is known color: Portica. HEX triplet: F0, DF and 56. RGB value is (240,223,86). Sum of RGB (Red+Green+Blue) = 240+223+86=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 86 (33.98% from 255 or 15.66% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DF56 is #0F20A9. Grayscale: #D5D5D5. Windows color (decimal): -991402 or 5693424. OLE color: 5693424.

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

Color convert

RGB 240 223 86 -
CMYK 0 0.07 0.64 0.06
HSL 53.38º 0.84% 0.64% -
HSV(B) 53.38º 0.64% 0.94% -
XYZ 64 71.97 19.32 -
YUV 212.47 56.63 147.64 -
System Red Green Blue C M Y K H S L
Decimal 240 223 86 0 0.07 0.64 0.06 53.38 0.84 0.64
Hex F0 DF 56 0 7 40 6 35 54 40
Octal 360 337 126 0 7 100 6 65 124 100
Binary 11110000 11011111 1010110 0 111 1000000 110 110101 1010100 1000000

Color Harmonies of #F0DF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DF56

Black with #F0DF56

Text Example


Text Example

White with #F0DF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DF56; }

 p { color: rgb(240,223,86); }

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

background-color css

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

 a { background-color: rgb(240,223,86); }

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

border-color css

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

 span { border-color: rgb(240,223,86); }

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