Html Css Color HEX #FECB49 Kournikova

📋 copy color: '#FECB49'

red 254 ◦ green 203 ◦ blue 73

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

Shades of Kournikova #FECB49

Tints of Kournikova #FECB49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 13.77%

R = 47.92%
G = 38.3%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FECB49 (or 0xFECB49) is known color: Kournikova. HEX triplet: FE, CB and 49. RGB value is (254,203,73). Sum of RGB (Red+Green+Blue) = 254+203+73=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 73 (28.91% from 255 or 13.77% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECB49 is #0134B6. Grayscale: #CCCCCC. Windows color (decimal): -79031 or 4836350. OLE color: 4836350.

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

Color convert

RGB 254 203 73 -
CMYK 0 0.20 0.71 0.00
HSL 43.09º 0.99% 0.64% -
HSV(B) 43.09º 0.71% 1% -
XYZ 63.43 64.26 15.36 -
YUV 203.43 54.4 164.07 -
System Red Green Blue C M Y K H S L
Decimal 254 203 73 0 0.20 0.71 0.00 43.09 0.99 0.64
Hex FE CB 49 0 14 47 0 2B 63 40
Octal 376 313 111 0 24 107 0 53 143 100
Binary 11111110 11001011 1001001 0 10100 1000111 0 101011 1100011 1000000

Color Harmonies of #FECB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB49

Black with #FECB49

Text Example


Text Example

White with #FECB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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