Html Css Color HEX #FDC961 Kournikova

📋 copy color: '#FDC961'

red 253 ◦ green 201 ◦ blue 97

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

Shades of Kournikova #FDC961

Tints of Kournikova #FDC961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.6%

R = 45.92%
G = 36.48%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDC961 (or 0xFDC961) is known color: Kournikova. HEX triplet: FD, C9 and 61. RGB value is (253,201,97). Sum of RGB (Red+Green+Blue) = 253+201+97=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 97 (38.28% from 255 or 17.60% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC961 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC961 is #02369E. Grayscale: #CDCDCD. Windows color (decimal): -145055 or 6408701. OLE color: 6408701.

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

Color convert

RGB 253 201 97 -
CMYK 0 0.21 0.62 0.01
HSL 40º 0.98% 0.69% -
HSV(B) 40º 0.62% 0.99% -
XYZ 63.55 63.52 20.22 -
YUV 204.69 67.23 162.46 -
System Red Green Blue C M Y K H S L
Decimal 253 201 97 0 0.21 0.62 0.01 40 0.98 0.69
Hex FD C9 61 0 15 3E 1 28 62 45
Octal 375 311 141 0 25 76 1 50 142 105
Binary 11111101 11001001 1100001 0 10101 111110 1 101000 1100010 1000101

Color Harmonies of #FDC961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC961

Black with #FDC961

Text Example


Text Example

White with #FDC961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC961; }

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

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

background-color css

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

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

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

border-color css

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

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

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