Html Css Color HEX #FED152 Kournikova

📋 copy color: '#FED152'

red 254 ◦ green 209 ◦ blue 82

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

Shades of Kournikova #FED152

Tints of Kournikova #FED152

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.35%

 BLUE value IS 82 (32.42% from 255) = 15.05%

R = 46.61%
G = 38.35%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FED152 (or 0xFED152) is known color: Kournikova. HEX triplet: FE, D1 and 52. RGB value is (254,209,82). Sum of RGB (Red+Green+Blue) = 254+209+82=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 209 (82.03% from 255 or 38.35% from 545); Blue value is 82 (32.42% from 255 or 15.05% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FED152 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED152 is #012EAD. Grayscale: #D0D0D0. Windows color (decimal): -77486 or 5427710. OLE color: 5427710.

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

Color convert

RGB 254 209 82 -
CMYK 0 0.18 0.68 0.00
HSL 44.3º 0.99% 0.66% -
HSV(B) 44.3º 0.68% 1% -
XYZ 65.2 67.28 17.53 -
YUV 207.98 56.91 160.83 -
System Red Green Blue C M Y K H S L
Decimal 254 209 82 0 0.18 0.68 0.00 44.3 0.99 0.66
Hex FE D1 52 0 12 44 0 2C 63 42
Octal 376 321 122 0 22 104 0 54 143 102
Binary 11111110 11010001 1010010 0 10010 1000100 0 101100 1100011 1000010

Color Harmonies of #FED152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED152

Black with #FED152

Text Example


Text Example

White with #FED152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED152; }

 p { color: rgb(254,209,82); }

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

background-color css

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

 a { background-color: rgb(254,209,82); }

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

border-color css

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

 span { border-color: rgb(254,209,82); }

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