Html Css Color HEX #F5D15C Kournikova

📋 copy color: '#F5D15C'

red 245 ◦ green 209 ◦ blue 92

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

Shades of Kournikova #F5D15C

Tints of Kournikova #F5D15C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.28%

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

R = 44.87%
G = 38.28%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5D15C (or 0xF5D15C) is known color: Kournikova. HEX triplet: F5, D1 and 5C. RGB value is (245,209,92). Sum of RGB (Red+Green+Blue) = 245+209+92=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 92 (36.33% from 255 or 16.85% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D15C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D15C is #0A2EA3. Grayscale: #CECECE. Windows color (decimal): -667300 or 6083061. OLE color: 6083061.

HSL color Cylindrical-coordinate representation of color #F5D15C: hue angle of 45.88º 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 #F5D15C is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 209 92 -
CMYK 0 0.15 0.62 0.04
HSL 45.88º 0.88% 0.66% -
HSV(B) 45.88º 0.62% 0.96% -
XYZ 62.39 65.79 19.53 -
YUV 206.43 63.43 155.51 -
System Red Green Blue C M Y K H S L
Decimal 245 209 92 0 0.15 0.62 0.04 45.88 0.88 0.66
Hex F5 D1 5C 0 F 3E 4 2E 58 42
Octal 365 321 134 0 17 76 4 56 130 102
Binary 11110101 11010001 1011100 0 1111 111110 100 101110 1011000 1000010

Color Harmonies of #F5D15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D15C

Black with #F5D15C

Text Example


Text Example

White with #F5D15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D15C; }

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

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

background-color css

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

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

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

border-color css

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

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

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