Html Css Color HEX #FED053 Kournikova

📋 copy color: '#FED053'

red 254 ◦ green 208 ◦ blue 83

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

Shades of Kournikova #FED053

Tints of Kournikova #FED053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.23%

R = 46.61%
G = 38.17%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FED053 (or 0xFED053) is known color: Kournikova. HEX triplet: FE, D0 and 53. RGB value is (254,208,83). Sum of RGB (Red+Green+Blue) = 254+208+83=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 83 (32.81% from 255 or 15.23% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FED053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED053 is #012FAC. Grayscale: #D0D0D0. Windows color (decimal): -77741 or 5492990. OLE color: 5492990.

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

Color convert

RGB 254 208 83 -
CMYK 0 0.18 0.67 0.00
HSL 43.86º 0.99% 0.66% -
HSV(B) 43.86º 0.67% 1% -
XYZ 64.99 66.81 17.65 -
YUV 207.5 57.74 161.16 -
System Red Green Blue C M Y K H S L
Decimal 254 208 83 0 0.18 0.67 0.00 43.86 0.99 0.66
Hex FE D0 53 0 12 43 0 2C 63 42
Octal 376 320 123 0 22 103 0 54 143 102
Binary 11111110 11010000 1010011 0 10010 1000011 0 101100 1100011 1000010

Color Harmonies of #FED053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED053

Black with #FED053

Text Example


Text Example

White with #FED053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED053; }

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

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

background-color css

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

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

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

border-color css

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

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

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