Html Css Color HEX #FECB58 Kournikova

📋 copy color: '#FECB58'

red 254 ◦ green 203 ◦ blue 88

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

Shades of Kournikova #FECB58

Tints of Kournikova #FECB58

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.25%

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

R = 46.61%
G = 37.25%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FECB58 (or 0xFECB58) is known color: Kournikova. HEX triplet: FE, CB and 58. RGB value is (254,203,88). Sum of RGB (Red+Green+Blue) = 254+203+88=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 88 (34.77% from 255 or 16.15% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECB58 is #0134A7. Grayscale: #CDCDCD. Windows color (decimal): -79016 or 5819390. OLE color: 5819390.

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

Color convert

RGB 254 203 88 -
CMYK 0 0.20 0.65 0.00
HSL 41.57º 0.99% 0.67% -
HSV(B) 41.57º 0.65% 1% -
XYZ 63.99 64.49 18.31 -
YUV 205.14 61.9 162.85 -
System Red Green Blue C M Y K H S L
Decimal 254 203 88 0 0.20 0.65 0.00 41.57 0.99 0.67
Hex FE CB 58 0 14 41 0 2A 63 43
Octal 376 313 130 0 24 101 0 52 143 103
Binary 11111110 11001011 1011000 0 10100 1000001 0 101010 1100011 1000011

Color Harmonies of #FECB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB58

Black with #FECB58

Text Example


Text Example

White with #FECB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB58; }

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

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

background-color css

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

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

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

border-color css

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

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

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