Html Css Color HEX #FDCD5C Kournikova

📋 copy color: '#FDCD5C'

red 253 ◦ green 205 ◦ blue 92

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

Shades of Kournikova #FDCD5C

Tints of Kournikova #FDCD5C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.27%

 BLUE value IS 92 (36.33% from 255) = 16.73%

R = 46%
G = 37.27%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDCD5C (or 0xFDCD5C) is known color: Kournikova. HEX triplet: FD, CD and 5C. RGB value is (253,205,92). Sum of RGB (Red+Green+Blue) = 253+205+92=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 92 (36.33% from 255 or 16.73% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD5C is #0232A3. Grayscale: #CECECE. Windows color (decimal): -144036 or 6082045. OLE color: 6082045.

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

Color convert

RGB 253 205 92 -
CMYK 0 0.19 0.64 0.01
HSL 42.11º 0.98% 0.68% -
HSV(B) 42.11º 0.64% 0.99% -
XYZ 64.27 65.32 19.35 -
YUV 206.47 63.4 161.19 -
System Red Green Blue C M Y K H S L
Decimal 253 205 92 0 0.19 0.64 0.01 42.11 0.98 0.68
Hex FD CD 5C 0 13 40 1 2A 62 44
Octal 375 315 134 0 23 100 1 52 142 104
Binary 11111101 11001101 1011100 0 10011 1000000 1 101010 1100010 1000100

Color Harmonies of #FDCD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD5C

Black with #FDCD5C

Text Example


Text Example

White with #FDCD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD5C; }

 p { color: rgb(253,205,92); }

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

background-color css

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

 a { background-color: rgb(253,205,92); }

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

border-color css

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

 span { border-color: rgb(253,205,92); }

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