Html Css Color HEX #F5C958 Kournikova

📋 copy color: '#F5C958'

red 245 ◦ green 201 ◦ blue 88

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

Shades of Kournikova #F5C958

Tints of Kournikova #F5C958

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.64%

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

R = 45.88%
G = 37.64%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F5C958 (or 0xF5C958) is known color: Kournikova. HEX triplet: F5, C9 and 58. RGB value is (245,201,88). Sum of RGB (Red+Green+Blue) = 245+201+88=534 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.88% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 88 (34.77% from 255 or 16.48% from 534); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C958 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C958 is #0A36A7. Grayscale: #C9C9C9. Windows color (decimal): -669352 or 5818869. OLE color: 5818869.

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

Color convert

RGB 245 201 88 -
CMYK 0 0.18 0.64 0.04
HSL 43.18º 0.89% 0.65% -
HSV(B) 43.18º 0.64% 0.96% -
XYZ 60.3 61.89 18 -
YUV 201.27 64.08 159.19 -
System Red Green Blue C M Y K H S L
Decimal 245 201 88 0 0.18 0.64 0.04 43.18 0.89 0.65
Hex F5 C9 58 0 12 40 4 2B 59 41
Octal 365 311 130 0 22 100 4 53 131 101
Binary 11110101 11001001 1011000 0 10010 1000000 100 101011 1011001 1000001

Color Harmonies of #F5C958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C958

Black with #F5C958

Text Example


Text Example

White with #F5C958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C958; }

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

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

background-color css

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

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

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

border-color css

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

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

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