Html Css Color HEX #FECF58 Kournikova

📋 copy color: '#FECF58'

red 254 ◦ green 207 ◦ blue 88

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

Shades of Kournikova #FECF58

Tints of Kournikova #FECF58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.03%

R = 46.27%
G = 37.7%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FECF58 (or 0xFECF58) is known color: Kournikova. HEX triplet: FE, CF and 58. RGB value is (254,207,88). Sum of RGB (Red+Green+Blue) = 254+207+88=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 88 (34.77% from 255 or 16.03% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF58 is #0130A7. Grayscale: #D0D0D0. Windows color (decimal): -77992 or 5820414. OLE color: 5820414.

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

Color convert

RGB 254 207 88 -
CMYK 0 0.19 0.65 0.00
HSL 43.01º 0.99% 0.67% -
HSV(B) 43.01º 0.65% 1% -
XYZ 64.95 66.4 18.63 -
YUV 207.49 60.57 161.18 -
System Red Green Blue C M Y K H S L
Decimal 254 207 88 0 0.19 0.65 0.00 43.01 0.99 0.67
Hex FE CF 58 0 13 41 0 2B 63 43
Octal 376 317 130 0 23 101 0 53 143 103
Binary 11111110 11001111 1011000 0 10011 1000001 0 101011 1100011 1000011

Color Harmonies of #FECF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF58

Black with #FECF58

Text Example


Text Example

White with #FECF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF58; }

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

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

background-color css

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

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

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

border-color css

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

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

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