Html Css Color HEX #FECF48 Kournikova

📋 copy color: '#FECF48'

red 254 ◦ green 207 ◦ blue 72

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

Shades of Kournikova #FECF48

Tints of Kournikova #FECF48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.51%

R = 47.65%
G = 38.84%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FECF48 (or 0xFECF48) is known color: Kournikova. HEX triplet: FE, CF and 48. RGB value is (254,207,72). Sum of RGB (Red+Green+Blue) = 254+207+72=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 207 (81.25% from 255 or 38.84% from 533); Blue value is 72 (28.52% from 255 or 13.51% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECF48 is #0130B7. Grayscale: #CECECE. Windows color (decimal): -78008 or 4771838. OLE color: 4771838.

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

Color convert

RGB 254 207 72 -
CMYK 0 0.19 0.72 0.00
HSL 44.51º 0.99% 0.64% -
HSV(B) 44.51º 0.72% 1% -
XYZ 64.36 66.16 15.51 -
YUV 205.66 52.57 162.48 -
System Red Green Blue C M Y K H S L
Decimal 254 207 72 0 0.19 0.72 0.00 44.51 0.99 0.64
Hex FE CF 48 0 13 48 0 2D 63 40
Octal 376 317 110 0 23 110 0 55 143 100
Binary 11111110 11001111 1001000 0 10011 1001000 0 101101 1100011 1000000

Color Harmonies of #FECF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF48

Black with #FECF48

Text Example


Text Example

White with #FECF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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