Html Css Color HEX #FDCF50 Kournikova

📋 copy color: '#FDCF50'

red 253 ◦ green 207 ◦ blue 80

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

Shades of Kournikova #FDCF50

Tints of Kournikova #FDCF50

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.33%

 BLUE value IS 80 (31.64% from 255) = 14.81%

R = 46.85%
G = 38.33%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDCF50 (or 0xFDCF50) is known color: Kournikova. HEX triplet: FD, CF and 50. RGB value is (253,207,80). Sum of RGB (Red+Green+Blue) = 253+207+80=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 80 (31.64% from 255 or 14.81% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCF50 is #0230AF. Grayscale: #CECECE. Windows color (decimal): -143536 or 5296125. OLE color: 5296125.

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

Color convert

RGB 253 207 80 -
CMYK 0 0.18 0.68 0.01
HSL 44.05º 0.98% 0.65% -
HSV(B) 44.05º 0.68% 0.99% -
XYZ 64.27 66.09 16.96 -
YUV 206.28 56.74 161.33 -
System Red Green Blue C M Y K H S L
Decimal 253 207 80 0 0.18 0.68 0.01 44.05 0.98 0.65
Hex FD CF 50 0 12 44 1 2C 62 41
Octal 375 317 120 0 22 104 1 54 142 101
Binary 11111101 11001111 1010000 0 10010 1000100 1 101100 1100010 1000001

Color Harmonies of #FDCF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCF50

Black with #FDCF50

Text Example


Text Example

White with #FDCF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCF50; }

 p { color: rgb(253,207,80); }

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

background-color css

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

 a { background-color: rgb(253,207,80); }

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

border-color css

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

 span { border-color: rgb(253,207,80); }

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