Html Css Color HEX #FED148 Kournikova

📋 copy color: '#FED148'

red 254 ◦ green 209 ◦ blue 72

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

Shades of Kournikova #FED148

Tints of Kournikova #FED148

RGB

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

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

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

R = 47.48%
G = 39.07%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FED148 (or 0xFED148) is known color: Kournikova. HEX triplet: FE, D1 and 48. RGB value is (254,209,72). Sum of RGB (Red+Green+Blue) = 254+209+72=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 209 (82.03% from 255 or 39.07% from 535); Blue value is 72 (28.52% from 255 or 13.46% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FED148 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED148 is #012EB7. Grayscale: #CFCFCF. Windows color (decimal): -77496 or 4772350. OLE color: 4772350.

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

Color convert

RGB 254 209 72 -
CMYK 0 0.18 0.72 0.00
HSL 45.16º 0.99% 0.64% -
HSV(B) 45.16º 0.72% 1% -
XYZ 64.84 67.14 15.67 -
YUV 206.84 51.91 161.64 -
System Red Green Blue C M Y K H S L
Decimal 254 209 72 0 0.18 0.72 0.00 45.16 0.99 0.64
Hex FE D1 48 0 12 48 0 2D 63 40
Octal 376 321 110 0 22 110 0 55 143 100
Binary 11111110 11010001 1001000 0 10010 1001000 0 101101 1100011 1000000

Color Harmonies of #FED148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED148

Black with #FED148

Text Example


Text Example

White with #FED148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED148; }

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

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

background-color css

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

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

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

border-color css

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

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

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