Html Css Color HEX #FDCE4A Kournikova

📋 copy color: '#FDCE4A'

red 253 ◦ green 206 ◦ blue 74

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

Shades of Kournikova #FDCE4A

Tints of Kournikova #FDCE4A

RGB

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

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

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

R = 47.47%
G = 38.65%
B = 13.88%

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

#FDCE4A (or 0xFDCE4A) is known color: Kournikova. HEX triplet: FD, CE and 4A. RGB value is (253,206,74). Sum of RGB (Red+Green+Blue) = 253+206+74=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 74 (29.30% from 255 or 13.88% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCE4A is #0231B5. Grayscale: #CDCDCD. Windows color (decimal): -143798 or 4902653. OLE color: 4902653.

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

Color convert

RGB 253 206 74 -
CMYK 0 0.19 0.71 0.01
HSL 44.25º 0.98% 0.64% -
HSV(B) 44.25º 0.71% 0.99% -
XYZ 63.82 65.52 15.76 -
YUV 205.01 54.07 162.23 -
System Red Green Blue C M Y K H S L
Decimal 253 206 74 0 0.19 0.71 0.01 44.25 0.98 0.64
Hex FD CE 4A 0 13 47 1 2C 62 40
Octal 375 316 112 0 23 107 1 54 142 100
Binary 11111101 11001110 1001010 0 10011 1000111 1 101100 1100010 1000000

Color Harmonies of #FDCE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCE4A

Black with #FDCE4A

Text Example


Text Example

White with #FDCE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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