Html Css Color HEX #FECB5A Kournikova

📋 copy color: '#FECB5A'

red 254 ◦ green 203 ◦ blue 90

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

Shades of Kournikova #FECB5A

Tints of Kournikova #FECB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.45%

R = 46.44%
G = 37.11%
B = 16.45%

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

#FECB5A (or 0xFECB5A) is known color: Kournikova. HEX triplet: FE, CB and 5A. RGB value is (254,203,90). Sum of RGB (Red+Green+Blue) = 254+203+90=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 90 (35.55% from 255 or 16.45% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECB5A is #0134A5. Grayscale: #CDCDCD. Windows color (decimal): -79014 or 5950462. OLE color: 5950462.

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

Color convert

RGB 254 203 90 -
CMYK 0 0.20 0.65 0.00
HSL 41.34º 0.99% 0.67% -
HSV(B) 41.34º 0.65% 1% -
XYZ 64.07 64.52 18.75 -
YUV 205.37 62.9 162.69 -
System Red Green Blue C M Y K H S L
Decimal 254 203 90 0 0.20 0.65 0.00 41.34 0.99 0.67
Hex FE CB 5A 0 14 41 0 29 63 43
Octal 376 313 132 0 24 101 0 51 143 103
Binary 11111110 11001011 1011010 0 10100 1000001 0 101001 1100011 1000011

Color Harmonies of #FECB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB5A

Black with #FECB5A

Text Example


Text Example

White with #FECB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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