Html Css Color HEX #FECB47 Kournikova

📋 copy color: '#FECB47'

red 254 ◦ green 203 ◦ blue 71

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

Shades of Kournikova #FECB47

Tints of Kournikova #FECB47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.45%

R = 48.11%
G = 38.45%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FECB47 (or 0xFECB47) is known color: Kournikova. HEX triplet: FE, CB and 47. RGB value is (254,203,71). Sum of RGB (Red+Green+Blue) = 254+203+71=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 71 (28.12% from 255 or 13.45% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECB47 is #0134B8. Grayscale: #CBCBCB. Windows color (decimal): -79033 or 4705278. OLE color: 4705278.

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

Color convert

RGB 254 203 71 -
CMYK 0 0.20 0.72 0.00
HSL 43.28º 0.99% 0.64% -
HSV(B) 43.28º 0.72% 1% -
XYZ 63.37 64.24 15.02 -
YUV 203.2 53.4 164.23 -
System Red Green Blue C M Y K H S L
Decimal 254 203 71 0 0.20 0.72 0.00 43.28 0.99 0.64
Hex FE CB 47 0 14 48 0 2B 63 40
Octal 376 313 107 0 24 110 0 53 143 100
Binary 11111110 11001011 1000111 0 10100 1001000 0 101011 1100011 1000000

Color Harmonies of #FECB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB47

Black with #FECB47

Text Example


Text Example

White with #FECB47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB47; }

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

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

background-color css

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

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

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

border-color css

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

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

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