Html Css Color HEX #FDD14C Kournikova

📋 copy color: '#FDD14C'

red 253 ◦ green 209 ◦ blue 76

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

Shades of Kournikova #FDD14C

Tints of Kournikova #FDD14C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.85%

 BLUE value IS 76 (30.08% from 255) = 14.13%

R = 47.03%
G = 38.85%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDD14C (or 0xFDD14C) is known color: Kournikova. HEX triplet: FD, D1 and 4C. RGB value is (253,209,76). Sum of RGB (Red+Green+Blue) = 253+209+76=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 76 (30.08% from 255 or 14.13% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD14C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD14C is #022EB3. Grayscale: #CFCFCF. Windows color (decimal): -143028 or 5034493. OLE color: 5034493.

HSL color Cylindrical-coordinate representation of color #FDD14C: hue angle of 45.08º 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 #FDD14C is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 209 76 -
CMYK 0 0.17 0.70 0.01
HSL 45.08º 0.98% 0.65% -
HSV(B) 45.08º 0.7% 0.99% -
XYZ 64.61 67.01 16.37 -
YUV 206.99 54.08 160.81 -
System Red Green Blue C M Y K H S L
Decimal 253 209 76 0 0.17 0.70 0.01 45.08 0.98 0.65
Hex FD D1 4C 0 11 46 1 2D 62 41
Octal 375 321 114 0 21 106 1 55 142 101
Binary 11111101 11010001 1001100 0 10001 1000110 1 101101 1100010 1000001

Color Harmonies of #FDD14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD14C

Black with #FDD14C

Text Example


Text Example

White with #FDD14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD14C; }

 p { color: rgb(253,209,76); }

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

background-color css

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

 a { background-color: rgb(253,209,76); }

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

border-color css

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

 span { border-color: rgb(253,209,76); }

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