Html Css Color HEX #FECF52 Kournikova

📋 copy color: '#FECF52'

red 254 ◦ green 207 ◦ blue 82

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

Shades of Kournikova #FECF52

Tints of Kournikova #FECF52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.1%

R = 46.78%
G = 38.12%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FECF52 (or 0xFECF52) is known color: Kournikova. HEX triplet: FE, CF and 52. RGB value is (254,207,82). Sum of RGB (Red+Green+Blue) = 254+207+82=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 82 (32.42% from 255 or 15.10% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FECF52 is #0130AD. Grayscale: #CFCFCF. Windows color (decimal): -77998 or 5427198. OLE color: 5427198.

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

Color convert

RGB 254 207 82 -
CMYK 0 0.19 0.68 0.00
HSL 43.6º 0.99% 0.66% -
HSV(B) 43.6º 0.68% 1% -
XYZ 64.71 66.31 17.37 -
YUV 206.8 57.57 161.66 -
System Red Green Blue C M Y K H S L
Decimal 254 207 82 0 0.19 0.68 0.00 43.6 0.99 0.66
Hex FE CF 52 0 13 44 0 2C 63 42
Octal 376 317 122 0 23 104 0 54 143 102
Binary 11111110 11001111 1010010 0 10011 1000100 0 101100 1100011 1000010

Color Harmonies of #FECF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF52

Black with #FECF52

Text Example


Text Example

White with #FECF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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