Html Css Color HEX #F0D554 Portica

📋 copy color: '#F0D554'

red 240 ◦ green 213 ◦ blue 84

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

Shades of Portica #F0D554

Tints of Portica #F0D554

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.66%

 BLUE value IS 84 (33.2% from 255) = 15.64%

R = 44.69%
G = 39.66%
B = 15.64%

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

#F0D554 (or 0xF0D554) is known color: Portica. HEX triplet: F0, D5 and 54. RGB value is (240,213,84). Sum of RGB (Red+Green+Blue) = 240+213+84=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 84 (33.20% from 255 or 15.64% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D554 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D554 is #0F2AAB. Grayscale: #CECECE. Windows color (decimal): -993964 or 5559792. OLE color: 5559792.

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

Color convert

RGB 240 213 84 -
CMYK 0 0.11 0.65 0.06
HSL 49.62º 0.84% 0.64% -
HSV(B) 49.62º 0.65% 0.94% -
XYZ 61.33 66.75 18.04 -
YUV 206.37 58.95 151.99 -
System Red Green Blue C M Y K H S L
Decimal 240 213 84 0 0.11 0.65 0.06 49.62 0.84 0.64
Hex F0 D5 54 0 B 41 6 32 54 40
Octal 360 325 124 0 13 101 6 62 124 100
Binary 11110000 11010101 1010100 0 1011 1000001 110 110010 1010100 1000000

Color Harmonies of #F0D554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D554

Black with #F0D554

Text Example


Text Example

White with #F0D554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D554; }

 p { color: rgb(240,213,84); }

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

background-color css

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

 a { background-color: rgb(240,213,84); }

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

border-color css

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

 span { border-color: rgb(240,213,84); }

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