Html Css Color HEX #FDCD4D Kournikova

📋 copy color: '#FDCD4D'

red 253 ◦ green 205 ◦ blue 77

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

Shades of Kournikova #FDCD4D

Tints of Kournikova #FDCD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.39%

R = 47.29%
G = 38.32%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDCD4D (or 0xFDCD4D) is known color: Kournikova. HEX triplet: FD, CD and 4D. RGB value is (253,205,77). Sum of RGB (Red+Green+Blue) = 253+205+77=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 77 (30.47% from 255 or 14.39% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD4D is #0232B2. Grayscale: #CDCDCD. Windows color (decimal): -144051 or 5099005. OLE color: 5099005.

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

Color convert

RGB 253 205 77 -
CMYK 0 0.19 0.70 0.01
HSL 43.64º 0.98% 0.65% -
HSV(B) 43.64º 0.7% 0.99% -
XYZ 63.68 65.08 16.23 -
YUV 204.76 55.9 162.41 -
System Red Green Blue C M Y K H S L
Decimal 253 205 77 0 0.19 0.70 0.01 43.64 0.98 0.65
Hex FD CD 4D 0 13 46 1 2C 62 41
Octal 375 315 115 0 23 106 1 54 142 101
Binary 11111101 11001101 1001101 0 10011 1000110 1 101100 1100010 1000001

Color Harmonies of #FDCD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD4D

Black with #FDCD4D

Text Example


Text Example

White with #FDCD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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