Html Css Color HEX #FED057 Kournikova

📋 copy color: '#FED057'

red 254 ◦ green 208 ◦ blue 87

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

Shades of Kournikova #FED057

Tints of Kournikova #FED057

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.89%

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

R = 46.27%
G = 37.89%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.00

RGB Variations

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

Color information

#FED057 (or 0xFED057) is known color: Kournikova. HEX triplet: FE, D0 and 57. RGB value is (254,208,87). Sum of RGB (Red+Green+Blue) = 254+208+87=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 87 (34.38% from 255 or 15.85% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FED057 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED057 is #012FA8. Grayscale: #D0D0D0. Windows color (decimal): -77737 or 5755134. OLE color: 5755134.

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

Color convert

RGB 254 208 87 -
CMYK 0 0.18 0.66 0.00
HSL 43.47º 0.99% 0.67% -
HSV(B) 43.47º 0.66% 1% -
XYZ 65.15 66.87 18.49 -
YUV 207.96 59.74 160.84 -
System Red Green Blue C M Y K H S L
Decimal 254 208 87 0 0.18 0.66 0.00 43.47 0.99 0.67
Hex FE D0 57 0 12 42 0 2B 63 43
Octal 376 320 127 0 22 102 0 53 143 103
Binary 11111110 11010000 1010111 0 10010 1000010 0 101011 1100011 1000011

Color Harmonies of #FED057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED057

Black with #FED057

Text Example


Text Example

White with #FED057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED057; }

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

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

background-color css

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

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

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

border-color css

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

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

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