Html Css Color HEX #F5D052 Kournikova

📋 copy color: '#F5D052'

red 245 ◦ green 208 ◦ blue 82

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

Shades of Kournikova #F5D052

Tints of Kournikova #F5D052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.33%

R = 45.79%
G = 38.88%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F5D052 (or 0xF5D052) is known color: Kournikova. HEX triplet: F5, D0 and 52. RGB value is (245,208,82). Sum of RGB (Red+Green+Blue) = 245+208+82=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 82 (32.42% from 255 or 15.33% from 535); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D052 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D052 is #0A2FAD. Grayscale: #CDCDCD. Windows color (decimal): -667566 or 5427445. OLE color: 5427445.

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

Color convert

RGB 245 208 82 -
CMYK 0 0.15 0.67 0.04
HSL 46.38º 0.89% 0.64% -
HSV(B) 46.38º 0.67% 0.96% -
XYZ 61.74 65.13 17.3 -
YUV 204.7 58.76 156.75 -
System Red Green Blue C M Y K H S L
Decimal 245 208 82 0 0.15 0.67 0.04 46.38 0.89 0.64
Hex F5 D0 52 0 F 43 4 2E 59 40
Octal 365 320 122 0 17 103 4 56 131 100
Binary 11110101 11010000 1010010 0 1111 1000011 100 101110 1011001 1000000

Color Harmonies of #F5D052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D052

Black with #F5D052

Text Example


Text Example

White with #F5D052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D052; }

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

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

background-color css

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

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

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

border-color css

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

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

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