Html Css Color HEX #FDCC4D Kournikova

📋 copy color: '#FDCC4D'

red 253 ◦ green 204 ◦ blue 77

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

Shades of Kournikova #FDCC4D

Tints of Kournikova #FDCC4D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.2%

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

R = 47.38%
G = 38.2%
B = 14.42%

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

#FDCC4D (or 0xFDCC4D) is known color: Kournikova. HEX triplet: FD, CC and 4D. RGB value is (253,204,77). Sum of RGB (Red+Green+Blue) = 253+204+77=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 77 (30.47% from 255 or 14.42% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCC4D is #0233B2. Grayscale: #CCCCCC. Windows color (decimal): -144307 or 5098749. OLE color: 5098749.

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

Color convert

RGB 253 204 77 -
CMYK 0 0.19 0.70 0.01
HSL 43.3º 0.98% 0.65% -
HSV(B) 43.3º 0.7% 0.99% -
XYZ 63.44 64.6 16.15 -
YUV 204.17 56.23 162.83 -
System Red Green Blue C M Y K H S L
Decimal 253 204 77 0 0.19 0.70 0.01 43.3 0.98 0.65
Hex FD CC 4D 0 13 46 1 2B 62 41
Octal 375 314 115 0 23 106 1 53 142 101
Binary 11111101 11001100 1001101 0 10011 1000110 1 101011 1100010 1000001

Color Harmonies of #FDCC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCC4D

Black with #FDCC4D

Text Example


Text Example

White with #FDCC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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