Html Css Color HEX #F5D05D Kournikova

📋 copy color: '#F5D05D'

red 245 ◦ green 208 ◦ blue 93

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

Shades of Kournikova #F5D05D

Tints of Kournikova #F5D05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.03%

R = 44.87%
G = 38.1%
B = 17.03%

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

#F5D05D (or 0xF5D05D) is known color: Kournikova. HEX triplet: F5, D0 and 5D. RGB value is (245,208,93). Sum of RGB (Red+Green+Blue) = 245+208+93=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 93 (36.72% from 255 or 17.03% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D05D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D05D is #0A2FA2. Grayscale: #CECECE. Windows color (decimal): -667555 or 6148341. OLE color: 6148341.

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

Color convert

RGB 245 208 93 -
CMYK 0 0.15 0.62 0.04
HSL 45.39º 0.88% 0.66% -
HSV(B) 45.39º 0.62% 0.96% -
XYZ 62.19 65.31 19.69 -
YUV 205.95 64.26 155.85 -
System Red Green Blue C M Y K H S L
Decimal 245 208 93 0 0.15 0.62 0.04 45.39 0.88 0.66
Hex F5 D0 5D 0 F 3E 4 2D 58 42
Octal 365 320 135 0 17 76 4 55 130 102
Binary 11110101 11010000 1011101 0 1111 111110 100 101101 1011000 1000010

Color Harmonies of #F5D05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D05D

Black with #F5D05D

Text Example


Text Example

White with #F5D05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D05D; }

 p { color: rgb(245,208,93); }

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

background-color css

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

 a { background-color: rgb(245,208,93); }

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

border-color css

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

 span { border-color: rgb(245,208,93); }

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