Html Css Color HEX #F0D350 Portica

📋 copy color: '#F0D350'

red 240 ◦ green 211 ◦ blue 80

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

Shades of Portica #F0D350

Tints of Portica #F0D350

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.74%

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

R = 45.2%
G = 39.74%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F0D350 (or 0xF0D350) is known color: Portica. HEX triplet: F0, D3 and 50. RGB value is (240,211,80). Sum of RGB (Red+Green+Blue) = 240+211+80=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 80 (31.64% from 255 or 15.07% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D350 is #0F2CAF. Grayscale: #CDCDCD. Windows color (decimal): -994480 or 5297136. OLE color: 5297136.

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

Color convert

RGB 240 211 80 -
CMYK 0 0.12 0.67 0.06
HSL 49.13º 0.84% 0.63% -
HSV(B) 49.13º 0.67% 0.94% -
XYZ 60.68 65.69 17.07 -
YUV 204.74 57.61 153.15 -
System Red Green Blue C M Y K H S L
Decimal 240 211 80 0 0.12 0.67 0.06 49.13 0.84 0.63
Hex F0 D3 50 0 C 43 6 31 54 3F
Octal 360 323 120 0 14 103 6 61 124 77
Binary 11110000 11010011 1010000 0 1100 1000011 110 110001 1010100 111111

Color Harmonies of #F0D350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D350

Black with #F0D350

Text Example


Text Example

White with #F0D350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D350; }

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

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

background-color css

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

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

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

border-color css

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

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

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