Html Css Color HEX #F0D650 Portica

📋 copy color: '#F0D650'

red 240 ◦ green 214 ◦ blue 80

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

Shades of Portica #F0D650

Tints of Portica #F0D650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.98%

R = 44.94%
G = 40.07%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F0D650 (or 0xF0D650) is known color: Portica. HEX triplet: F0, D6 and 50. RGB value is (240,214,80). Sum of RGB (Red+Green+Blue) = 240+214+80=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 80 (31.64% from 255 or 14.98% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D650 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D650 is #0F29AF. Grayscale: #CFCFCF. Windows color (decimal): -993712 or 5297904. OLE color: 5297904.

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

Color convert

RGB 240 214 80 -
CMYK 0 0.11 0.67 0.06
HSL 50.25º 0.84% 0.63% -
HSV(B) 50.25º 0.67% 0.94% -
XYZ 61.43 67.2 17.32 -
YUV 206.5 56.61 151.9 -
System Red Green Blue C M Y K H S L
Decimal 240 214 80 0 0.11 0.67 0.06 50.25 0.84 0.63
Hex F0 D6 50 0 B 43 6 32 54 3F
Octal 360 326 120 0 13 103 6 62 124 77
Binary 11110000 11010110 1010000 0 1011 1000011 110 110010 1010100 111111

Color Harmonies of #F0D650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D650

Black with #F0D650

Text Example


Text Example

White with #F0D650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D650; }

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

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

background-color css

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

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

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

border-color css

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

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

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