Html Css Color HEX #FECC52 Kournikova

📋 copy color: '#FECC52'

red 254 ◦ green 204 ◦ blue 82

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

Shades of Kournikova #FECC52

Tints of Kournikova #FECC52

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.78%

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

R = 47.04%
G = 37.78%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FECC52 (or 0xFECC52) is known color: Kournikova. HEX triplet: FE, CC and 52. RGB value is (254,204,82). Sum of RGB (Red+Green+Blue) = 254+204+82=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 82 (32.42% from 255 or 15.19% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECC52 is #0133AD. Grayscale: #CDCDCD. Windows color (decimal): -78766 or 5426430. OLE color: 5426430.

HSL color Cylindrical-coordinate representation of color #FECC52: hue angle of 42.56º 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 #FECC52 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 204 82 -
CMYK 0 0.20 0.68 0.00
HSL 42.56º 0.99% 0.66% -
HSV(B) 42.56º 0.68% 1% -
XYZ 63.99 64.87 17.13 -
YUV 205.04 58.57 162.92 -
System Red Green Blue C M Y K H S L
Decimal 254 204 82 0 0.20 0.68 0.00 42.56 0.99 0.66
Hex FE CC 52 0 14 44 0 2B 63 42
Octal 376 314 122 0 24 104 0 53 143 102
Binary 11111110 11001100 1010010 0 10100 1000100 0 101011 1100011 1000010

Color Harmonies of #FECC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECC52

Black with #FECC52

Text Example


Text Example

White with #FECC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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