Html Css Color HEX #FECD5C Kournikova

📋 copy color: '#FECD5C'

red 254 ◦ green 205 ◦ blue 92

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

Shades of Kournikova #FECD5C

Tints of Kournikova #FECD5C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.21%

 BLUE value IS 92 (36.33% from 255) = 16.7%

R = 46.1%
G = 37.21%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FECD5C (or 0xFECD5C) is known color: Kournikova. HEX triplet: FE, CD and 5C. RGB value is (254,205,92). Sum of RGB (Red+Green+Blue) = 254+205+92=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 92 (36.33% from 255 or 16.70% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECD5C is #0132A3. Grayscale: #CFCFCF. Windows color (decimal): -78500 or 6082046. OLE color: 6082046.

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

Color convert

RGB 254 205 92 -
CMYK 0 0.19 0.64 0.00
HSL 41.85º 0.99% 0.68% -
HSV(B) 41.85º 0.64% 1% -
XYZ 64.64 65.51 19.36 -
YUV 206.77 63.23 161.69 -
System Red Green Blue C M Y K H S L
Decimal 254 205 92 0 0.19 0.64 0.00 41.85 0.99 0.68
Hex FE CD 5C 0 13 40 0 2A 63 44
Octal 376 315 134 0 23 100 0 52 143 104
Binary 11111110 11001101 1011100 0 10011 1000000 0 101010 1100011 1000100

Color Harmonies of #FECD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECD5C

Black with #FECD5C

Text Example


Text Example

White with #FECD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECD5C; }

 p { color: rgb(254,205,92); }

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

background-color css

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

 a { background-color: rgb(254,205,92); }

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

border-color css

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

 span { border-color: rgb(254,205,92); }

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