Html Css Color HEX #FDC95D Kournikova

📋 copy color: '#FDC95D'

red 253 ◦ green 201 ◦ blue 93

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

Shades of Kournikova #FDC95D

Tints of Kournikova #FDC95D

RGB

 RED value IS 253 (99.22% from 255) = 46.25%

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

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

R = 46.25%
G = 36.75%
B = 17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FDC95D (or 0xFDC95D) is known color: Kournikova. HEX triplet: FD, C9 and 5D. RGB value is (253,201,93). Sum of RGB (Red+Green+Blue) = 253+201+93=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 93 (36.72% from 255 or 17.00% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC95D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC95D is #0236A2. Grayscale: #CCCCCC. Windows color (decimal): -145059 or 6146557. OLE color: 6146557.

HSL color Cylindrical-coordinate representation of color #FDC95D: hue angle of 40.5º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FDC95D is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 201 93 -
CMYK 0 0.21 0.63 0.01
HSL 40.5º 0.98% 0.68% -
HSV(B) 40.5º 0.63% 0.99% -
XYZ 63.37 63.45 19.26 -
YUV 204.24 65.23 162.78 -
System Red Green Blue C M Y K H S L
Decimal 253 201 93 0 0.21 0.63 0.01 40.5 0.98 0.68
Hex FD C9 5D 0 15 3F 1 28 62 44
Octal 375 311 135 0 25 77 1 50 142 104
Binary 11111101 11001001 1011101 0 10101 111111 1 101000 1100010 1000100

Color Harmonies of #FDC95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC95D

Black with #FDC95D

Text Example


Text Example

White with #FDC95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC95D; }

 p { color: rgb(253,201,93); }

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

background-color css

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

 a { background-color: rgb(253,201,93); }

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

border-color css

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

 span { border-color: rgb(253,201,93); }

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