Html Css Color HEX #FED357 Kournikova

📋 copy color: '#FED357'

red 254 ◦ green 211 ◦ blue 87

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

Shades of Kournikova #FED357

Tints of Kournikova #FED357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 15.76%

R = 46.01%
G = 38.22%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.00

RGB Variations

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

Color information

#FED357 (or 0xFED357) is known color: Kournikova. HEX triplet: FE, D3 and 57. RGB value is (254,211,87). Sum of RGB (Red+Green+Blue) = 254+211+87=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 87 (34.38% from 255 or 15.76% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FED357 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED357 is #012CA8. Grayscale: #D2D2D2. Windows color (decimal): -76969 or 5755902. OLE color: 5755902.

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

Color convert

RGB 254 211 87 -
CMYK 0 0.17 0.66 0.00
HSL 44.55º 0.99% 0.67% -
HSV(B) 44.55º 0.66% 1% -
XYZ 65.89 68.35 18.74 -
YUV 209.72 58.75 159.58 -
System Red Green Blue C M Y K H S L
Decimal 254 211 87 0 0.17 0.66 0.00 44.55 0.99 0.67
Hex FE D3 57 0 11 42 0 2D 63 43
Octal 376 323 127 0 21 102 0 55 143 103
Binary 11111110 11010011 1010111 0 10001 1000010 0 101101 1100011 1000011

Color Harmonies of #FED357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED357

Black with #FED357

Text Example


Text Example

White with #FED357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED357; }

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

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

background-color css

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

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

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

border-color css

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

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

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