Html Css Color HEX #FED250 Kournikova

📋 copy color: '#FED250'

red 254 ◦ green 210 ◦ blue 80

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

Shades of Kournikova #FED250

Tints of Kournikova #FED250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.71%

R = 46.69%
G = 38.6%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FED250 (or 0xFED250) is known color: Kournikova. HEX triplet: FE, D2 and 50. RGB value is (254,210,80). Sum of RGB (Red+Green+Blue) = 254+210+80=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 80 (31.64% from 255 or 14.71% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FED250 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED250 is #012DAF. Grayscale: #D0D0D0. Windows color (decimal): -77232 or 5296894. OLE color: 5296894.

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

Color convert

RGB 254 210 80 -
CMYK 0 0.17 0.69 0.00
HSL 44.83º 0.99% 0.65% -
HSV(B) 44.83º 0.69% 1% -
XYZ 65.37 67.74 17.22 -
YUV 208.34 55.58 160.57 -
System Red Green Blue C M Y K H S L
Decimal 254 210 80 0 0.17 0.69 0.00 44.83 0.99 0.65
Hex FE D2 50 0 11 45 0 2D 63 41
Octal 376 322 120 0 21 105 0 55 143 101
Binary 11111110 11010010 1010000 0 10001 1000101 0 101101 1100011 1000001

Color Harmonies of #FED250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED250

Black with #FED250

Text Example


Text Example

White with #FED250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED250; }

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

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

background-color css

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

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

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

border-color css

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

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

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