Html Css Color HEX #FDC955 Kournikova

📋 copy color: '#FDC955'

red 253 ◦ green 201 ◦ blue 85

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

Shades of Kournikova #FDC955

Tints of Kournikova #FDC955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.77%

R = 46.94%
G = 37.29%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FDC955 (or 0xFDC955) is known color: Kournikova. HEX triplet: FD, C9 and 55. RGB value is (253,201,85). Sum of RGB (Red+Green+Blue) = 253+201+85=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 85 (33.59% from 255 or 15.77% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC955 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC955 is #0236AA. Grayscale: #CBCBCB. Windows color (decimal): -145067 or 5622269. OLE color: 5622269.

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

Color convert

RGB 253 201 85 -
CMYK 0 0.21 0.66 0.01
HSL 41.43º 0.98% 0.66% -
HSV(B) 41.43º 0.66% 0.99% -
XYZ 63.03 63.31 17.49 -
YUV 203.32 61.23 163.43 -
System Red Green Blue C M Y K H S L
Decimal 253 201 85 0 0.21 0.66 0.01 41.43 0.98 0.66
Hex FD C9 55 0 15 42 1 29 62 42
Octal 375 311 125 0 25 102 1 51 142 102
Binary 11111101 11001001 1010101 0 10101 1000010 1 101001 1100010 1000010

Color Harmonies of #FDC955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC955

Black with #FDC955

Text Example


Text Example

White with #FDC955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC955; }

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

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

background-color css

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

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

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

border-color css

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

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

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