Html Css Color HEX #FECB4C Kournikova

📋 copy color: '#FECB4C'

red 254 ◦ green 203 ◦ blue 76

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

Shades of Kournikova #FECB4C

Tints of Kournikova #FECB4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.26%

R = 47.65%
G = 38.09%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FECB4C (or 0xFECB4C) is known color: Kournikova. HEX triplet: FE, CB and 4C. RGB value is (254,203,76). Sum of RGB (Red+Green+Blue) = 254+203+76=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 76 (30.08% from 255 or 14.26% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECB4C is #0134B3. Grayscale: #CCCCCC. Windows color (decimal): -79028 or 5032958. OLE color: 5032958.

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

Color convert

RGB 254 203 76 -
CMYK 0 0.20 0.70 0.00
HSL 42.81º 0.99% 0.65% -
HSV(B) 42.81º 0.7% 1% -
XYZ 63.53 64.3 15.9 -
YUV 203.77 55.9 163.83 -
System Red Green Blue C M Y K H S L
Decimal 254 203 76 0 0.20 0.70 0.00 42.81 0.99 0.65
Hex FE CB 4C 0 14 46 0 2B 63 41
Octal 376 313 114 0 24 106 0 53 143 101
Binary 11111110 11001011 1001100 0 10100 1000110 0 101011 1100011 1000001

Color Harmonies of #FECB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB4C

Black with #FECB4C

Text Example


Text Example

White with #FECB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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