Html Css Color HEX #F0D053 Portica

📋 copy color: '#F0D053'

red 240 ◦ green 208 ◦ blue 83

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

Shades of Portica #F0D053

Tints of Portica #F0D053

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.17%

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

R = 45.2%
G = 39.17%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F0D053 (or 0xF0D053) is known color: Portica. HEX triplet: F0, D0 and 53. RGB value is (240,208,83). Sum of RGB (Red+Green+Blue) = 240+208+83=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 83 (32.81% from 255 or 15.63% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D053 is #0F2FAC. Grayscale: #CBCBCB. Windows color (decimal): -995245 or 5492976. OLE color: 5492976.

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

Color convert

RGB 240 208 83 -
CMYK 0 0.13 0.65 0.06
HSL 47.77º 0.84% 0.63% -
HSV(B) 47.77º 0.65% 0.94% -
XYZ 60.05 64.26 17.42 -
YUV 203.32 60.1 154.16 -
System Red Green Blue C M Y K H S L
Decimal 240 208 83 0 0.13 0.65 0.06 47.77 0.84 0.63
Hex F0 D0 53 0 D 41 6 30 54 3F
Octal 360 320 123 0 15 101 6 60 124 77
Binary 11110000 11010000 1010011 0 1101 1000001 110 110000 1010100 111111

Color Harmonies of #F0D053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D053

Black with #F0D053

Text Example


Text Example

White with #F0D053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D053; }

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

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

background-color css

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

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

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

border-color css

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

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

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