Html Css Color HEX #FECF5C Kournikova

📋 copy color: '#FECF5C'

red 254 ◦ green 207 ◦ blue 92

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

Shades of Kournikova #FECF5C

Tints of Kournikova #FECF5C

RGB

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

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

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

R = 45.93%
G = 37.43%
B = 16.64%

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

#FECF5C (or 0xFECF5C) is known color: Kournikova. HEX triplet: FE, CF and 5C. RGB value is (254,207,92). Sum of RGB (Red+Green+Blue) = 254+207+92=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 92 (36.33% from 255 or 16.64% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF5C is #0130A3. Grayscale: #D0D0D0. Windows color (decimal): -77988 or 6082558. OLE color: 6082558.

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

Color convert

RGB 254 207 92 -
CMYK 0 0.19 0.64 0.00
HSL 42.59º 0.99% 0.68% -
HSV(B) 42.59º 0.64% 1% -
XYZ 65.12 66.47 19.52 -
YUV 207.94 62.57 160.85 -
System Red Green Blue C M Y K H S L
Decimal 254 207 92 0 0.19 0.64 0.00 42.59 0.99 0.68
Hex FE CF 5C 0 13 40 0 2B 63 44
Octal 376 317 134 0 23 100 0 53 143 104
Binary 11111110 11001111 1011100 0 10011 1000000 0 101011 1100011 1000100

Color Harmonies of #FECF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF5C

Black with #FECF5C

Text Example


Text Example

White with #FECF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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