Html Css Color HEX #FED052 Kournikova

📋 copy color: '#FED052'

red 254 ◦ green 208 ◦ blue 82

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

Shades of Kournikova #FED052

Tints of Kournikova #FED052

RGB

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

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

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

R = 46.69%
G = 38.24%
B = 15.07%

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

#FED052 (or 0xFED052) is known color: Kournikova. HEX triplet: FE, D0 and 52. RGB value is (254,208,82). Sum of RGB (Red+Green+Blue) = 254+208+82=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 82 (32.42% from 255 or 15.07% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FED052 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED052 is #012FAD. Grayscale: #CFCFCF. Windows color (decimal): -77742 or 5427454. OLE color: 5427454.

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

Color convert

RGB 254 208 82 -
CMYK 0 0.18 0.68 0.00
HSL 43.95º 0.99% 0.66% -
HSV(B) 43.95º 0.68% 1% -
XYZ 64.95 66.79 17.45 -
YUV 207.39 57.24 161.25 -
System Red Green Blue C M Y K H S L
Decimal 254 208 82 0 0.18 0.68 0.00 43.95 0.99 0.66
Hex FE D0 52 0 12 44 0 2C 63 42
Octal 376 320 122 0 22 104 0 54 143 102
Binary 11111110 11010000 1010010 0 10010 1000100 0 101100 1100011 1000010

Color Harmonies of #FED052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED052

Black with #FED052

Text Example


Text Example

White with #FED052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED052; }

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

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

background-color css

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

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

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

border-color css

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

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

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