Html Css Color HEX #F5D75A Portica

📋 copy color: '#F5D75A'

red 245 ◦ green 215 ◦ blue 90

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

Shades of Portica #F5D75A

Tints of Portica #F5D75A

RGB

 RED value IS 245 (96.09% from 255) = 44.55%

 GREEN value IS 215 (84.38% from 255) = 39.09%

 BLUE value IS 90 (35.55% from 255) = 16.36%

R = 44.55%
G = 39.09%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F5D75A (or 0xF5D75A) is known color: Portica. HEX triplet: F5, D7 and 5A. RGB value is (245,215,90). Sum of RGB (Red+Green+Blue) = 245+215+90=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 90 (35.55% from 255 or 16.36% from 550); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D75A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D75A is #0A28A5. Grayscale: #D2D2D2. Windows color (decimal): -665766 or 5953525. OLE color: 5953525.

HSL color Cylindrical-coordinate representation of color #F5D75A: hue angle of 48.39º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F5D75A is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 215 90 -
CMYK 0 0.12 0.63 0.04
HSL 48.39º 0.89% 0.66% -
HSV(B) 48.39º 0.63% 0.96% -
XYZ 63.8 68.75 19.58 -
YUV 209.72 60.44 153.16 -
System Red Green Blue C M Y K H S L
Decimal 245 215 90 0 0.12 0.63 0.04 48.39 0.89 0.66
Hex F5 D7 5A 0 C 3F 4 30 59 42
Octal 365 327 132 0 14 77 4 60 131 102
Binary 11110101 11010111 1011010 0 1100 111111 100 110000 1011001 1000010

Color Harmonies of #F5D75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D75A

Black with #F5D75A

Text Example


Text Example

White with #F5D75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D75A; }

 p { color: rgb(245,215,90); }

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

background-color css

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

 a { background-color: rgb(245,215,90); }

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

border-color css

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

 span { border-color: rgb(245,215,90); }

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