Html Css Color HEX #FDCE47 Kournikova

📋 copy color: '#FDCE47'

red 253 ◦ green 206 ◦ blue 71

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

Shades of Kournikova #FDCE47

Tints of Kournikova #FDCE47

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.87%

 BLUE value IS 71 (28.13% from 255) = 13.4%

R = 47.74%
G = 38.87%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FDCE47 (or 0xFDCE47) is known color: Kournikova. HEX triplet: FD, CE and 47. RGB value is (253,206,71). Sum of RGB (Red+Green+Blue) = 253+206+71=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 71 (28.12% from 255 or 13.40% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCE47 is #0231B8. Grayscale: #CDCDCD. Windows color (decimal): -143801 or 4706045. OLE color: 4706045.

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

Color convert

RGB 253 206 71 -
CMYK 0 0.19 0.72 0.01
HSL 44.51º 0.98% 0.64% -
HSV(B) 44.51º 0.72% 0.99% -
XYZ 63.72 65.48 15.24 -
YUV 204.66 52.57 162.48 -
System Red Green Blue C M Y K H S L
Decimal 253 206 71 0 0.19 0.72 0.01 44.51 0.98 0.64
Hex FD CE 47 0 13 48 1 2D 62 40
Octal 375 316 107 0 23 110 1 55 142 100
Binary 11111101 11001110 1000111 0 10011 1001000 1 101101 1100010 1000000

Color Harmonies of #FDCE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCE47

Black with #FDCE47

Text Example


Text Example

White with #FDCE47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCE47; }

 p { color: rgb(253,206,71); }

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

background-color css

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

 a { background-color: rgb(253,206,71); }

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

border-color css

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

 span { border-color: rgb(253,206,71); }

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