Html Css Color HEX #FED258 Kournikova

📋 copy color: '#FED258'

red 254 ◦ green 210 ◦ blue 88

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

Shades of Kournikova #FED258

Tints of Kournikova #FED258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 15.94%

R = 46.01%
G = 38.04%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FED258 (or 0xFED258) is known color: Kournikova. HEX triplet: FE, D2 and 58. RGB value is (254,210,88). Sum of RGB (Red+Green+Blue) = 254+210+88=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 210 (82.42% from 255 or 38.04% from 552); Blue value is 88 (34.77% from 255 or 15.94% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FED258 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED258 is #012DA7. Grayscale: #D1D1D1. Windows color (decimal): -77224 or 5821182. OLE color: 5821182.

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

Color convert

RGB 254 210 88 -
CMYK 0 0.17 0.65 0.00
HSL 44.1º 0.99% 0.67% -
HSV(B) 44.1º 0.65% 1% -
XYZ 65.68 67.87 18.87 -
YUV 209.25 59.58 159.92 -
System Red Green Blue C M Y K H S L
Decimal 254 210 88 0 0.17 0.65 0.00 44.1 0.99 0.67
Hex FE D2 58 0 11 41 0 2C 63 43
Octal 376 322 130 0 21 101 0 54 143 103
Binary 11111110 11010010 1011000 0 10001 1000001 0 101100 1100011 1000011

Color Harmonies of #FED258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED258

Black with #FED258

Text Example


Text Example

White with #FED258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED258; }

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

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

background-color css

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

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

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

border-color css

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

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

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