Html Css Color HEX #FECF5A Kournikova

📋 copy color: '#FECF5A'

red 254 ◦ green 207 ◦ blue 90

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

Shades of Kournikova #FECF5A

Tints of Kournikova #FECF5A

RGB

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

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

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

R = 46.1%
G = 37.57%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FECF5A (or 0xFECF5A) is known color: Kournikova. HEX triplet: FE, CF and 5A. RGB value is (254,207,90). Sum of RGB (Red+Green+Blue) = 254+207+90=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 90 (35.55% from 255 or 16.33% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF5A is #0130A5. Grayscale: #D0D0D0. Windows color (decimal): -77990 or 5951486. OLE color: 5951486.

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

Color convert

RGB 254 207 90 -
CMYK 0 0.19 0.65 0.00
HSL 42.8º 0.99% 0.67% -
HSV(B) 42.8º 0.65% 1% -
XYZ 65.03 66.43 19.07 -
YUV 207.72 61.57 161.01 -
System Red Green Blue C M Y K H S L
Decimal 254 207 90 0 0.19 0.65 0.00 42.8 0.99 0.67
Hex FE CF 5A 0 13 41 0 2B 63 43
Octal 376 317 132 0 23 101 0 53 143 103
Binary 11111110 11001111 1011010 0 10011 1000001 0 101011 1100011 1000011

Color Harmonies of #FECF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF5A

Black with #FECF5A

Text Example


Text Example

White with #FECF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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