Html Css Color HEX #FED045 Kournikova

📋 copy color: '#FED045'

red 254 ◦ green 208 ◦ blue 69

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

Shades of Kournikova #FED045

Tints of Kournikova #FED045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.99%

R = 47.83%
G = 39.17%
B = 12.99%

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

#FED045 (or 0xFED045) is known color: Kournikova. HEX triplet: FE, D0 and 45. RGB value is (254,208,69). Sum of RGB (Red+Green+Blue) = 254+208+69=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 69 (27.34% from 255 or 12.99% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FED045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED045 is #012FBA. Grayscale: #CECECE. Windows color (decimal): -77755 or 4575486. OLE color: 4575486.

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

Color convert

RGB 254 208 69 -
CMYK 0 0.18 0.73 0.00
HSL 45.08º 0.99% 0.63% -
HSV(B) 45.08º 0.73% 1% -
XYZ 64.5 66.61 15.09 -
YUV 205.91 50.74 162.3 -
System Red Green Blue C M Y K H S L
Decimal 254 208 69 0 0.18 0.73 0.00 45.08 0.99 0.63
Hex FE D0 45 0 12 49 0 2D 63 3F
Octal 376 320 105 0 22 111 0 55 143 77
Binary 11111110 11010000 1000101 0 10010 1001001 0 101101 1100011 111111

Color Harmonies of #FED045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED045

Black with #FED045

Text Example


Text Example

White with #FED045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED045; }

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

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

background-color css

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

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

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

border-color css

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

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

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