Html Css Color HEX #FDC954 Kournikova

📋 copy color: '#FDC954'

red 253 ◦ green 201 ◦ blue 84

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

Shades of Kournikova #FDC954

Tints of Kournikova #FDC954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 15.61%

R = 47.03%
G = 37.36%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FDC954 (or 0xFDC954) is known color: Kournikova. HEX triplet: FD, C9 and 54. RGB value is (253,201,84). Sum of RGB (Red+Green+Blue) = 253+201+84=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 84 (33.20% from 255 or 15.61% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC954 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC954 is #0236AB. Grayscale: #CBCBCB. Windows color (decimal): -145068 or 5556733. OLE color: 5556733.

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

Color convert

RGB 253 201 84 -
CMYK 0 0.21 0.67 0.01
HSL 41.54º 0.98% 0.66% -
HSV(B) 41.54º 0.67% 0.99% -
XYZ 62.99 63.3 17.28 -
YUV 203.21 60.73 163.51 -
System Red Green Blue C M Y K H S L
Decimal 253 201 84 0 0.21 0.67 0.01 41.54 0.98 0.66
Hex FD C9 54 0 15 43 1 2A 62 42
Octal 375 311 124 0 25 103 1 52 142 102
Binary 11111101 11001001 1010100 0 10101 1000011 1 101010 1100010 1000010

Color Harmonies of #FDC954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC954

Black with #FDC954

Text Example


Text Example

White with #FDC954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC954; }

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

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

background-color css

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

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

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

border-color css

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

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

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