Html Css Color HEX #FECD52 Kournikova

📋 copy color: '#FECD52'

red 254 ◦ green 205 ◦ blue 82

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

Shades of Kournikova #FECD52

Tints of Kournikova #FECD52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.16%

R = 46.95%
G = 37.89%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FECD52 (or 0xFECD52) is known color: Kournikova. HEX triplet: FE, CD and 52. RGB value is (254,205,82). Sum of RGB (Red+Green+Blue) = 254+205+82=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 82 (32.42% from 255 or 15.16% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECD52 is #0132AD. Grayscale: #CECECE. Windows color (decimal): -78510 or 5426686. OLE color: 5426686.

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

Color convert

RGB 254 205 82 -
CMYK 0 0.19 0.68 0.00
HSL 42.91º 0.99% 0.66% -
HSV(B) 42.91º 0.68% 1% -
XYZ 64.23 65.34 17.21 -
YUV 205.63 58.23 162.5 -
System Red Green Blue C M Y K H S L
Decimal 254 205 82 0 0.19 0.68 0.00 42.91 0.99 0.66
Hex FE CD 52 0 13 44 0 2B 63 42
Octal 376 315 122 0 23 104 0 53 143 102
Binary 11111110 11001101 1010010 0 10011 1000100 0 101011 1100011 1000010

Color Harmonies of #FECD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECD52

Black with #FECD52

Text Example


Text Example

White with #FECD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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