Html Css Color HEX #FED346 Kournikova

📋 copy color: '#FED346'

red 254 ◦ green 211 ◦ blue 70

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

Shades of Kournikova #FED346

Tints of Kournikova #FED346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.08%

R = 47.48%
G = 39.44%
B = 13.08%

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

#FED346 (or 0xFED346) is known color: Kournikova. HEX triplet: FE, D3 and 46. RGB value is (254,211,70). Sum of RGB (Red+Green+Blue) = 254+211+70=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 211 (82.81% from 255 or 39.44% from 535); Blue value is 70 (27.73% from 255 or 13.08% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FED346 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED346 is #012CB9. Grayscale: #D0D0D0. Windows color (decimal): -76986 or 4641790. OLE color: 4641790.

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

Color convert

RGB 254 211 70 -
CMYK 0 0.17 0.72 0.00
HSL 45.98º 0.99% 0.64% -
HSV(B) 45.98º 0.72% 1% -
XYZ 65.27 68.1 15.5 -
YUV 207.78 50.25 160.96 -
System Red Green Blue C M Y K H S L
Decimal 254 211 70 0 0.17 0.72 0.00 45.98 0.99 0.64
Hex FE D3 46 0 11 48 0 2E 63 40
Octal 376 323 106 0 21 110 0 56 143 100
Binary 11111110 11010011 1000110 0 10001 1001000 0 101110 1100011 1000000

Color Harmonies of #FED346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED346

Black with #FED346

Text Example


Text Example

White with #FED346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED346; }

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

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

background-color css

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

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

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

border-color css

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

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

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