Html Css Color HEX #FECD53 Kournikova

📋 copy color: '#FECD53'

red 254 ◦ green 205 ◦ blue 83

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

Shades of Kournikova #FECD53

Tints of Kournikova #FECD53

RGB

 RED value IS 254 (99.61% from 255) = 46.86%

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

 BLUE value IS 83 (32.81% from 255) = 15.31%

R = 46.86%
G = 37.82%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FECD53 (or 0xFECD53) is known color: Kournikova. HEX triplet: FE, CD and 53. RGB value is (254,205,83). Sum of RGB (Red+Green+Blue) = 254+205+83=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 83 (32.81% from 255 or 15.31% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECD53 is #0132AC. Grayscale: #CECECE. Windows color (decimal): -78509 or 5492222. OLE color: 5492222.

HSL color Cylindrical-coordinate representation of color #FECD53: hue angle of 42.81º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FECD53 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 205 83 -
CMYK 0 0.19 0.67 0.00
HSL 42.81º 0.99% 0.66% -
HSV(B) 42.81º 0.67% 1% -
XYZ 64.27 65.36 17.41 -
YUV 205.74 58.73 162.42 -
System Red Green Blue C M Y K H S L
Decimal 254 205 83 0 0.19 0.67 0.00 42.81 0.99 0.66
Hex FE CD 53 0 13 43 0 2B 63 42
Octal 376 315 123 0 23 103 0 53 143 102
Binary 11111110 11001101 1010011 0 10011 1000011 0 101011 1100011 1000010

Color Harmonies of #FECD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECD53

Black with #FECD53

Text Example


Text Example

White with #FECD53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECD53; }

 p { color: rgb(254,205,83); }

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

background-color css

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

 a { background-color: rgb(254,205,83); }

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

border-color css

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

 span { border-color: rgb(254,205,83); }

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