Html Css Color HEX #FECC55 Kournikova

📋 copy color: '#FECC55'

red 254 ◦ green 204 ◦ blue 85

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

Shades of Kournikova #FECC55

Tints of Kournikova #FECC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.65%

R = 46.78%
G = 37.57%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FECC55 (or 0xFECC55) is known color: Kournikova. HEX triplet: FE, CC and 55. RGB value is (254,204,85). Sum of RGB (Red+Green+Blue) = 254+204+85=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 85 (33.59% from 255 or 15.65% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECC55 is #0133AA. Grayscale: #CDCDCD. Windows color (decimal): -78763 or 5623038. OLE color: 5623038.

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

Color convert

RGB 254 204 85 -
CMYK 0 0.20 0.67 0.00
HSL 42.25º 0.99% 0.66% -
HSV(B) 42.25º 0.67% 1% -
XYZ 64.11 64.91 17.74 -
YUV 205.38 60.07 162.68 -
System Red Green Blue C M Y K H S L
Decimal 254 204 85 0 0.20 0.67 0.00 42.25 0.99 0.66
Hex FE CC 55 0 14 43 0 2A 63 42
Octal 376 314 125 0 24 103 0 52 143 102
Binary 11111110 11001100 1010101 0 10100 1000011 0 101010 1100011 1000010

Color Harmonies of #FECC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECC55

Black with #FECC55

Text Example


Text Example

White with #FECC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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