Html Css Color HEX #FED247 Kournikova

📋 copy color: '#FED247'

red 254 ◦ green 210 ◦ blue 71

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

Shades of Kournikova #FED247

Tints of Kournikova #FED247

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.25%

 BLUE value IS 71 (28.13% from 255) = 13.27%

R = 47.48%
G = 39.25%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FED247 (or 0xFED247) is known color: Kournikova. HEX triplet: FE, D2 and 47. RGB value is (254,210,71). Sum of RGB (Red+Green+Blue) = 254+210+71=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 71 (28.12% from 255 or 13.27% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FED247 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED247 is #012DB8. Grayscale: #CFCFCF. Windows color (decimal): -77241 or 4707070. OLE color: 4707070.

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

Color convert

RGB 254 210 71 -
CMYK 0 0.17 0.72 0.00
HSL 45.57º 0.99% 0.64% -
HSV(B) 45.57º 0.72% 1% -
XYZ 65.06 67.62 15.58 -
YUV 207.31 51.08 161.3 -
System Red Green Blue C M Y K H S L
Decimal 254 210 71 0 0.17 0.72 0.00 45.57 0.99 0.64
Hex FE D2 47 0 11 48 0 2E 63 40
Octal 376 322 107 0 21 110 0 56 143 100
Binary 11111110 11010010 1000111 0 10001 1001000 0 101110 1100011 1000000

Color Harmonies of #FED247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED247

Black with #FED247

Text Example


Text Example

White with #FED247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED247; }

 p { color: rgb(254,210,71); }

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

background-color css

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

 a { background-color: rgb(254,210,71); }

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

border-color css

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

 span { border-color: rgb(254,210,71); }

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