Html Css Color HEX #FDCD4E Kournikova

📋 copy color: '#FDCD4E'

red 253 ◦ green 205 ◦ blue 78

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

Shades of Kournikova #FDCD4E

Tints of Kournikova #FDCD4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 14.55%

R = 47.2%
G = 38.25%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FDCD4E (or 0xFDCD4E) is known color: Kournikova. HEX triplet: FD, CD and 4E. RGB value is (253,205,78). Sum of RGB (Red+Green+Blue) = 253+205+78=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 78 (30.86% from 255 or 14.55% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD4E is #0232B1. Grayscale: #CDCDCD. Windows color (decimal): -144050 or 5164541. OLE color: 5164541.

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

Color convert

RGB 253 205 78 -
CMYK 0 0.19 0.69 0.01
HSL 43.54º 0.98% 0.65% -
HSV(B) 43.54º 0.69% 0.99% -
XYZ 63.71 65.1 16.41 -
YUV 204.87 56.4 162.33 -
System Red Green Blue C M Y K H S L
Decimal 253 205 78 0 0.19 0.69 0.01 43.54 0.98 0.65
Hex FD CD 4E 0 13 45 1 2C 62 41
Octal 375 315 116 0 23 105 1 54 142 101
Binary 11111101 11001101 1001110 0 10011 1000101 1 101100 1100010 1000001

Color Harmonies of #FDCD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD4E

Black with #FDCD4E

Text Example


Text Example

White with #FDCD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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