Html Css Color HEX #F5D058 Kournikova

📋 copy color: '#F5D058'

red 245 ◦ green 208 ◦ blue 88

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

Shades of Kournikova #F5D058

Tints of Kournikova #F5D058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.27%

R = 45.29%
G = 38.45%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F5D058 (or 0xF5D058) is known color: Kournikova. HEX triplet: F5, D0 and 58. RGB value is (245,208,88). Sum of RGB (Red+Green+Blue) = 245+208+88=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 88 (34.77% from 255 or 16.27% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D058 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D058 is #0A2FA7. Grayscale: #CDCDCD. Windows color (decimal): -667560 or 5820661. OLE color: 5820661.

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

Color convert

RGB 245 208 88 -
CMYK 0 0.15 0.64 0.04
HSL 45.86º 0.89% 0.65% -
HSV(B) 45.86º 0.64% 0.96% -
XYZ 61.97 65.23 18.56 -
YUV 205.38 61.76 156.26 -
System Red Green Blue C M Y K H S L
Decimal 245 208 88 0 0.15 0.64 0.04 45.86 0.89 0.65
Hex F5 D0 58 0 F 40 4 2E 59 41
Octal 365 320 130 0 17 100 4 56 131 101
Binary 11110101 11010000 1011000 0 1111 1000000 100 101110 1011001 1000001

Color Harmonies of #F5D058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D058

Black with #F5D058

Text Example


Text Example

White with #F5D058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D058; }

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

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

background-color css

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

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

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

border-color css

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

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

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