Html Css Color HEX #F5D75C Portica

📋 copy color: '#F5D75C'

red 245 ◦ green 215 ◦ blue 92

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

Shades of Portica #F5D75C

Tints of Portica #F5D75C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.67%

R = 44.38%
G = 38.95%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5D75C (or 0xF5D75C) is known color: Portica. HEX triplet: F5, D7 and 5C. RGB value is (245,215,92). Sum of RGB (Red+Green+Blue) = 245+215+92=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 215 (84.38% from 255 or 38.95% from 552); Blue value is 92 (36.33% from 255 or 16.67% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D75C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D75C is #0A28A3. Grayscale: #D2D2D2. Windows color (decimal): -665764 or 6084597. OLE color: 6084597.

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

Color convert

RGB 245 215 92 -
CMYK 0 0.12 0.62 0.04
HSL 48.24º 0.88% 0.66% -
HSV(B) 48.24º 0.62% 0.96% -
XYZ 63.89 68.79 20.03 -
YUV 209.95 61.44 153 -
System Red Green Blue C M Y K H S L
Decimal 245 215 92 0 0.12 0.62 0.04 48.24 0.88 0.66
Hex F5 D7 5C 0 C 3E 4 30 58 42
Octal 365 327 134 0 14 76 4 60 130 102
Binary 11110101 11010111 1011100 0 1100 111110 100 110000 1011000 1000010

Color Harmonies of #F5D75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D75C

Black with #F5D75C

Text Example


Text Example

White with #F5D75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D75C; }

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

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

background-color css

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

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

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

border-color css

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

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

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