Html Css Color HEX #FED144 Kournikova

📋 copy color: '#FED144'

red 254 ◦ green 209 ◦ blue 68

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

Shades of Kournikova #FED144

Tints of Kournikova #FED144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 12.81%

R = 47.83%
G = 39.36%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FED144 (or 0xFED144) is known color: Kournikova. HEX triplet: FE, D1 and 44. RGB value is (254,209,68). Sum of RGB (Red+Green+Blue) = 254+209+68=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 68 (26.95% from 255 or 12.81% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FED144 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED144 is #012EBB. Grayscale: #CECECE. Windows color (decimal): -77500 or 4510206. OLE color: 4510206.

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

Color convert

RGB 254 209 68 -
CMYK 0 0.18 0.73 0.00
HSL 45.48º 0.99% 0.63% -
HSV(B) 45.48º 0.73% 1% -
XYZ 64.72 67.09 15.01 -
YUV 206.38 49.91 161.96 -
System Red Green Blue C M Y K H S L
Decimal 254 209 68 0 0.18 0.73 0.00 45.48 0.99 0.63
Hex FE D1 44 0 12 49 0 2D 63 3F
Octal 376 321 104 0 22 111 0 55 143 77
Binary 11111110 11010001 1000100 0 10010 1001001 0 101101 1100011 111111

Color Harmonies of #FED144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED144

Black with #FED144

Text Example


Text Example

White with #FED144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED144; }

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

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

background-color css

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

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

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

border-color css

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

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

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