Html Css Color HEX #F5CE5D Kournikova

📋 copy color: '#F5CE5D'

red 245 ◦ green 206 ◦ blue 93

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

Shades of Kournikova #F5CE5D

Tints of Kournikova #F5CE5D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.87%

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

R = 45.04%
G = 37.87%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5CE5D (or 0xF5CE5D) is known color: Kournikova. HEX triplet: F5, CE and 5D. RGB value is (245,206,93). Sum of RGB (Red+Green+Blue) = 245+206+93=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 93 (36.72% from 255 or 17.10% from 544); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CE5D is #0A31A2. Grayscale: #CDCDCD. Windows color (decimal): -668067 or 6147829. OLE color: 6147829.

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

Color convert

RGB 245 206 93 -
CMYK 0 0.16 0.62 0.04
HSL 44.61º 0.88% 0.66% -
HSV(B) 44.61º 0.62% 0.96% -
XYZ 61.7 64.35 19.52 -
YUV 204.78 64.92 156.69 -
System Red Green Blue C M Y K H S L
Decimal 245 206 93 0 0.16 0.62 0.04 44.61 0.88 0.66
Hex F5 CE 5D 0 10 3E 4 2D 58 42
Octal 365 316 135 0 20 76 4 55 130 102
Binary 11110101 11001110 1011101 0 10000 111110 100 101101 1011000 1000010

Color Harmonies of #F5CE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CE5D

Black with #F5CE5D

Text Example


Text Example

White with #F5CE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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