Html Css Color HEX #FDCD4A Kournikova

📋 copy color: '#FDCD4A'

red 253 ◦ green 205 ◦ blue 74

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

Shades of Kournikova #FDCD4A

Tints of Kournikova #FDCD4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.91%

R = 47.56%
G = 38.53%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDCD4A (or 0xFDCD4A) is known color: Kournikova. HEX triplet: FD, CD and 4A. RGB value is (253,205,74). Sum of RGB (Red+Green+Blue) = 253+205+74=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 74 (29.30% from 255 or 13.91% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCD4A is #0232B5. Grayscale: #CCCCCC. Windows color (decimal): -144054 or 4902397. OLE color: 4902397.

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

Color convert

RGB 253 205 74 -
CMYK 0 0.19 0.71 0.01
HSL 43.91º 0.98% 0.64% -
HSV(B) 43.91º 0.71% 0.99% -
XYZ 63.58 65.04 15.68 -
YUV 204.42 54.4 162.65 -
System Red Green Blue C M Y K H S L
Decimal 253 205 74 0 0.19 0.71 0.01 43.91 0.98 0.64
Hex FD CD 4A 0 13 47 1 2C 62 40
Octal 375 315 112 0 23 107 1 54 142 100
Binary 11111101 11001101 1001010 0 10011 1000111 1 101100 1100010 1000000

Color Harmonies of #FDCD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD4A

Black with #FDCD4A

Text Example


Text Example

White with #FDCD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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