Html Css Color HEX #FECF56 Kournikova

📋 copy color: '#FECF56'

red 254 ◦ green 207 ◦ blue 86

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

Shades of Kournikova #FECF56

Tints of Kournikova #FECF56

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.84%

 BLUE value IS 86 (33.98% from 255) = 15.72%

R = 46.44%
G = 37.84%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.00

RGB Variations

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

Color information

#FECF56 (or 0xFECF56) is known color: Kournikova. HEX triplet: FE, CF and 56. RGB value is (254,207,86). Sum of RGB (Red+Green+Blue) = 254+207+86=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 86 (33.98% from 255 or 15.72% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF56 is #0130A9. Grayscale: #CFCFCF. Windows color (decimal): -77994 or 5689342. OLE color: 5689342.

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

Color convert

RGB 254 207 86 -
CMYK 0 0.19 0.66 0.00
HSL 43.21º 0.99% 0.67% -
HSV(B) 43.21º 0.66% 1% -
XYZ 64.87 66.37 18.2 -
YUV 207.26 59.57 161.34 -
System Red Green Blue C M Y K H S L
Decimal 254 207 86 0 0.19 0.66 0.00 43.21 0.99 0.67
Hex FE CF 56 0 13 42 0 2B 63 43
Octal 376 317 126 0 23 102 0 53 143 103
Binary 11111110 11001111 1010110 0 10011 1000010 0 101011 1100011 1000011

Color Harmonies of #FECF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF56

Black with #FECF56

Text Example


Text Example

White with #FECF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF56; }

 p { color: rgb(254,207,86); }

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

background-color css

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

 a { background-color: rgb(254,207,86); }

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

border-color css

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

 span { border-color: rgb(254,207,86); }

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