Html Css Color HEX #FED044 Kournikova

📋 copy color: '#FED044'

red 254 ◦ green 208 ◦ blue 68

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

Shades of Kournikova #FED044

Tints of Kournikova #FED044

RGB

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

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

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

R = 47.92%
G = 39.25%
B = 12.83%

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

#FED044 (or 0xFED044) is known color: Kournikova. HEX triplet: FE, D0 and 44. RGB value is (254,208,68). Sum of RGB (Red+Green+Blue) = 254+208+68=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 68 (26.95% from 255 or 12.83% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FED044 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED044 is #012FBB. Grayscale: #CECECE. Windows color (decimal): -77756 or 4509950. OLE color: 4509950.

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

Color convert

RGB 254 208 68 -
CMYK 0 0.18 0.73 0.00
HSL 45.16º 0.99% 0.63% -
HSV(B) 45.16º 0.73% 1% -
XYZ 64.47 66.6 14.93 -
YUV 205.79 50.24 162.38 -
System Red Green Blue C M Y K H S L
Decimal 254 208 68 0 0.18 0.73 0.00 45.16 0.99 0.63
Hex FE D0 44 0 12 49 0 2D 63 3F
Octal 376 320 104 0 22 111 0 55 143 77
Binary 11111110 11010000 1000100 0 10010 1001001 0 101101 1100011 111111

Color Harmonies of #FED044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED044

Black with #FED044

Text Example


Text Example

White with #FED044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED044; }

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

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

background-color css

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

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

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

border-color css

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

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

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