Html Css Color HEX #FDCD47 Kournikova

📋 copy color: '#FDCD47'

red 253 ◦ green 205 ◦ blue 71

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

Shades of Kournikova #FDCD47

Tints of Kournikova #FDCD47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.42%

R = 47.83%
G = 38.75%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDCD47 (or 0xFDCD47) is known color: Kournikova. HEX triplet: FD, CD and 47. RGB value is (253,205,71). Sum of RGB (Red+Green+Blue) = 253+205+71=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 71 (28.12% from 255 or 13.42% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCD47 is #0232B8. Grayscale: #CCCCCC. Windows color (decimal): -144057 or 4705789. OLE color: 4705789.

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

Color convert

RGB 253 205 71 -
CMYK 0 0.19 0.72 0.01
HSL 44.18º 0.98% 0.64% -
HSV(B) 44.18º 0.72% 0.99% -
XYZ 63.48 65 15.16 -
YUV 204.08 52.9 162.9 -
System Red Green Blue C M Y K H S L
Decimal 253 205 71 0 0.19 0.72 0.01 44.18 0.98 0.64
Hex FD CD 47 0 13 48 1 2C 62 40
Octal 375 315 107 0 23 110 1 54 142 100
Binary 11111101 11001101 1000111 0 10011 1001000 1 101100 1100010 1000000

Color Harmonies of #FDCD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD47

Black with #FDCD47

Text Example


Text Example

White with #FDCD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD47; }

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

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

background-color css

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

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

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

border-color css

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

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

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