Html Css Color HEX #FECB4A Kournikova

📋 copy color: '#FECB4A'

red 254 ◦ green 203 ◦ blue 74

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

Shades of Kournikova #FECB4A

Tints of Kournikova #FECB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.94%

R = 47.83%
G = 38.23%
B = 13.94%

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

#FECB4A (or 0xFECB4A) is known color: Kournikova. HEX triplet: FE, CB and 4A. RGB value is (254,203,74). Sum of RGB (Red+Green+Blue) = 254+203+74=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 74 (29.30% from 255 or 13.94% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECB4A is #0134B5. Grayscale: #CCCCCC. Windows color (decimal): -79030 or 4901886. OLE color: 4901886.

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

Color convert

RGB 254 203 74 -
CMYK 0 0.20 0.71 0.00
HSL 43º 0.99% 0.64% -
HSV(B) 43º 0.71% 1% -
XYZ 63.47 64.28 15.54 -
YUV 203.54 54.9 163.99 -
System Red Green Blue C M Y K H S L
Decimal 254 203 74 0 0.20 0.71 0.00 43 0.99 0.64
Hex FE CB 4A 0 14 47 0 2B 63 40
Octal 376 313 112 0 24 107 0 53 143 100
Binary 11111110 11001011 1001010 0 10100 1000111 0 101011 1100011 1000000

Color Harmonies of #FECB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB4A

Black with #FECB4A

Text Example


Text Example

White with #FECB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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