Html Css Color HEX #FED347 Kournikova

📋 copy color: '#FED347'

red 254 ◦ green 211 ◦ blue 71

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

Shades of Kournikova #FED347

Tints of Kournikova #FED347

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.37%

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

R = 47.39%
G = 39.37%
B = 13.25%

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

#FED347 (or 0xFED347) is known color: Kournikova. HEX triplet: FE, D3 and 47. RGB value is (254,211,71). Sum of RGB (Red+Green+Blue) = 254+211+71=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 71 (28.12% from 255 or 13.25% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FED347 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED347 is #012CB8. Grayscale: #D0D0D0. Windows color (decimal): -76985 or 4707326. OLE color: 4707326.

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

Color convert

RGB 254 211 71 -
CMYK 0 0.17 0.72 0.00
HSL 45.9º 0.99% 0.64% -
HSV(B) 45.9º 0.72% 1% -
XYZ 65.3 68.11 15.67 -
YUV 207.9 50.75 160.88 -
System Red Green Blue C M Y K H S L
Decimal 254 211 71 0 0.17 0.72 0.00 45.9 0.99 0.64
Hex FE D3 47 0 11 48 0 2E 63 40
Octal 376 323 107 0 21 110 0 56 143 100
Binary 11111110 11010011 1000111 0 10001 1001000 0 101110 1100011 1000000

Color Harmonies of #FED347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED347

Black with #FED347

Text Example


Text Example

White with #FED347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED347; }

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

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

background-color css

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

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

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

border-color css

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

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

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