Html Css Color HEX #FECF4E Kournikova

📋 copy color: '#FECF4E'

red 254 ◦ green 207 ◦ blue 78

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

Shades of Kournikova #FECF4E

Tints of Kournikova #FECF4E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.4%

 BLUE value IS 78 (30.86% from 255) = 14.47%

R = 47.12%
G = 38.4%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FECF4E (or 0xFECF4E) is known color: Kournikova. HEX triplet: FE, CF and 4E. RGB value is (254,207,78). Sum of RGB (Red+Green+Blue) = 254+207+78=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 78 (30.86% from 255 or 14.47% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF4E is #0130B1. Grayscale: #CECECE. Windows color (decimal): -78002 or 5165054. OLE color: 5165054.

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

Color convert

RGB 254 207 78 -
CMYK 0 0.19 0.69 0.00
HSL 43.98º 0.99% 0.65% -
HSV(B) 43.98º 0.69% 1% -
XYZ 64.56 66.25 16.59 -
YUV 206.35 55.57 161.99 -
System Red Green Blue C M Y K H S L
Decimal 254 207 78 0 0.19 0.69 0.00 43.98 0.99 0.65
Hex FE CF 4E 0 13 45 0 2C 63 41
Octal 376 317 116 0 23 105 0 54 143 101
Binary 11111110 11001111 1001110 0 10011 1000101 0 101100 1100011 1000001

Color Harmonies of #FECF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF4E

Black with #FECF4E

Text Example


Text Example

White with #FECF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF4E; }

 p { color: rgb(254,207,78); }

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

background-color css

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

 a { background-color: rgb(254,207,78); }

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

border-color css

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

 span { border-color: rgb(254,207,78); }

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