Html Css Color HEX #FED048 Kournikova

📋 copy color: '#FED048'

red 254 ◦ green 208 ◦ blue 72

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

Shades of Kournikova #FED048

Tints of Kournikova #FED048

RGB

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

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

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

R = 47.57%
G = 38.95%
B = 13.48%

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

#FED048 (or 0xFED048) is known color: Kournikova. HEX triplet: FE, D0 and 48. RGB value is (254,208,72). Sum of RGB (Red+Green+Blue) = 254+208+72=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 72 (28.52% from 255 or 13.48% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FED048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED048 is #012FB7. Grayscale: #CECECE. Windows color (decimal): -77752 or 4772094. OLE color: 4772094.

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

Color convert

RGB 254 208 72 -
CMYK 0 0.18 0.72 0.00
HSL 44.84º 0.99% 0.64% -
HSV(B) 44.84º 0.72% 1% -
XYZ 64.6 66.65 15.59 -
YUV 206.25 52.24 162.06 -
System Red Green Blue C M Y K H S L
Decimal 254 208 72 0 0.18 0.72 0.00 44.84 0.99 0.64
Hex FE D0 48 0 12 48 0 2D 63 40
Octal 376 320 110 0 22 110 0 55 143 100
Binary 11111110 11010000 1001000 0 10010 1001000 0 101101 1100011 1000000

Color Harmonies of #FED048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED048

Black with #FED048

Text Example


Text Example

White with #FED048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED048; }

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

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

background-color css

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

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

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

border-color css

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

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

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