Html Css Color HEX #F0D353 Portica

📋 copy color: '#F0D353'

red 240 ◦ green 211 ◦ blue 83

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

Shades of Portica #F0D353

Tints of Portica #F0D353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.54%

R = 44.94%
G = 39.51%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F0D353 (or 0xF0D353) is known color: Portica. HEX triplet: F0, D3 and 53. RGB value is (240,211,83). Sum of RGB (Red+Green+Blue) = 240+211+83=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 83 (32.81% from 255 or 15.54% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D353 is #0F2CAC. Grayscale: #CDCDCD. Windows color (decimal): -994477 or 5493744. OLE color: 5493744.

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

Color convert

RGB 240 211 83 -
CMYK 0 0.12 0.65 0.06
HSL 48.92º 0.84% 0.63% -
HSV(B) 48.92º 0.65% 0.94% -
XYZ 60.79 65.74 17.67 -
YUV 205.08 59.11 152.91 -
System Red Green Blue C M Y K H S L
Decimal 240 211 83 0 0.12 0.65 0.06 48.92 0.84 0.63
Hex F0 D3 53 0 C 41 6 31 54 3F
Octal 360 323 123 0 14 101 6 61 124 77
Binary 11110000 11010011 1010011 0 1100 1000001 110 110001 1010100 111111

Color Harmonies of #F0D353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D353

Black with #F0D353

Text Example


Text Example

White with #F0D353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D353; }

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

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

background-color css

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

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

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

border-color css

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

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

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