Html Css Color HEX #FED452 Kournikova

📋 copy color: '#FED452'

red 254 ◦ green 212 ◦ blue 82

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

Shades of Kournikova #FED452

Tints of Kournikova #FED452

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.69%

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

R = 46.35%
G = 38.69%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FED452 (or 0xFED452) is known color: Kournikova. HEX triplet: FE, D4 and 52. RGB value is (254,212,82). Sum of RGB (Red+Green+Blue) = 254+212+82=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 212 (83.20% from 255 or 38.69% from 548); Blue value is 82 (32.42% from 255 or 14.96% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FED452 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED452 is #012BAD. Grayscale: #D2D2D2. Windows color (decimal): -76718 or 5428478. OLE color: 5428478.

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

Color convert

RGB 254 212 82 -
CMYK 0 0.17 0.68 0.00
HSL 45.35º 0.99% 0.66% -
HSV(B) 45.35º 0.68% 1% -
XYZ 65.94 68.77 17.78 -
YUV 209.74 55.91 159.57 -
System Red Green Blue C M Y K H S L
Decimal 254 212 82 0 0.17 0.68 0.00 45.35 0.99 0.66
Hex FE D4 52 0 11 44 0 2D 63 42
Octal 376 324 122 0 21 104 0 55 143 102
Binary 11111110 11010100 1010010 0 10001 1000100 0 101101 1100011 1000010

Color Harmonies of #FED452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED452

Black with #FED452

Text Example


Text Example

White with #FED452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED452; }

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

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

background-color css

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

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

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

border-color css

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

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

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