Html Css Color HEX #FECF53 Kournikova

📋 copy color: '#FECF53'

red 254 ◦ green 207 ◦ blue 83

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

Shades of Kournikova #FECF53

Tints of Kournikova #FECF53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.26%

R = 46.69%
G = 38.05%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FECF53 (or 0xFECF53) is known color: Kournikova. HEX triplet: FE, CF and 53. RGB value is (254,207,83). Sum of RGB (Red+Green+Blue) = 254+207+83=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 83 (32.81% from 255 or 15.26% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF53 is #0130AC. Grayscale: #CFCFCF. Windows color (decimal): -77997 or 5492734. OLE color: 5492734.

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

Color convert

RGB 254 207 83 -
CMYK 0 0.19 0.67 0.00
HSL 43.51º 0.99% 0.66% -
HSV(B) 43.51º 0.67% 1% -
XYZ 64.75 66.32 17.57 -
YUV 206.92 58.07 161.58 -
System Red Green Blue C M Y K H S L
Decimal 254 207 83 0 0.19 0.67 0.00 43.51 0.99 0.66
Hex FE CF 53 0 13 43 0 2C 63 42
Octal 376 317 123 0 23 103 0 54 143 102
Binary 11111110 11001111 1010011 0 10011 1000011 0 101100 1100011 1000010

Color Harmonies of #FECF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF53

Black with #FECF53

Text Example


Text Example

White with #FECF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF53; }

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

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

background-color css

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

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

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

border-color css

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

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

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