Html Css Color HEX #FECF47 Kournikova

📋 copy color: '#FECF47'

red 254 ◦ green 207 ◦ blue 71

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

Shades of Kournikova #FECF47

Tints of Kournikova #FECF47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.35%

R = 47.74%
G = 38.91%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FECF47 (or 0xFECF47) is known color: Kournikova. HEX triplet: FE, CF and 47. RGB value is (254,207,71). Sum of RGB (Red+Green+Blue) = 254+207+71=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 71 (28.12% from 255 or 13.35% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECF47 is #0130B8. Grayscale: #CECECE. Windows color (decimal): -78009 or 4706302. OLE color: 4706302.

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

Color convert

RGB 254 207 71 -
CMYK 0 0.19 0.72 0.00
HSL 44.59º 0.99% 0.64% -
HSV(B) 44.59º 0.72% 1% -
XYZ 64.32 66.15 15.34 -
YUV 205.55 52.07 162.56 -
System Red Green Blue C M Y K H S L
Decimal 254 207 71 0 0.19 0.72 0.00 44.59 0.99 0.64
Hex FE CF 47 0 13 48 0 2D 63 40
Octal 376 317 107 0 23 110 0 55 143 100
Binary 11111110 11001111 1000111 0 10011 1001000 0 101101 1100011 1000000

Color Harmonies of #FECF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF47

Black with #FECF47

Text Example


Text Example

White with #FECF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF47; }

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

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

background-color css

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

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

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

border-color css

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

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

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