Html Css Color HEX #FED448 Kournikova

📋 copy color: '#FED448'

red 254 ◦ green 212 ◦ blue 72

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

Shades of Kournikova #FED448

Tints of Kournikova #FED448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.38%

R = 47.21%
G = 39.41%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FED448 (or 0xFED448) is known color: Kournikova. HEX triplet: FE, D4 and 48. RGB value is (254,212,72). Sum of RGB (Red+Green+Blue) = 254+212+72=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 72 (28.52% from 255 or 13.38% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FED448 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED448 is #012BB7. Grayscale: #D1D1D1. Windows color (decimal): -76728 or 4773118. OLE color: 4773118.

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

Color convert

RGB 254 212 72 -
CMYK 0 0.17 0.72 0.00
HSL 46.15º 0.99% 0.64% -
HSV(B) 46.15º 0.72% 1% -
XYZ 65.59 68.63 15.92 -
YUV 208.6 50.91 160.38 -
System Red Green Blue C M Y K H S L
Decimal 254 212 72 0 0.17 0.72 0.00 46.15 0.99 0.64
Hex FE D4 48 0 11 48 0 2E 63 40
Octal 376 324 110 0 21 110 0 56 143 100
Binary 11111110 11010100 1001000 0 10001 1001000 0 101110 1100011 1000000

Color Harmonies of #FED448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED448

Black with #FED448

Text Example


Text Example

White with #FED448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED448; }

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

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

background-color css

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

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

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

border-color css

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

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

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