Html Css Color HEX #FED05A Kournikova

📋 copy color: '#FED05A'

red 254 ◦ green 208 ◦ blue 90

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

Shades of Kournikova #FED05A

Tints of Kournikova #FED05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.3%

R = 46.01%
G = 37.68%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FED05A (or 0xFED05A) is known color: Kournikova. HEX triplet: FE, D0 and 5A. RGB value is (254,208,90). Sum of RGB (Red+Green+Blue) = 254+208+90=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 90 (35.55% from 255 or 16.30% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FED05A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED05A is #012FA5. Grayscale: #D0D0D0. Windows color (decimal): -77734 or 5951742. OLE color: 5951742.

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

Color convert

RGB 254 208 90 -
CMYK 0 0.18 0.65 0.00
HSL 43.17º 0.99% 0.67% -
HSV(B) 43.17º 0.65% 1% -
XYZ 65.27 66.92 19.15 -
YUV 208.3 61.24 160.59 -
System Red Green Blue C M Y K H S L
Decimal 254 208 90 0 0.18 0.65 0.00 43.17 0.99 0.67
Hex FE D0 5A 0 12 41 0 2B 63 43
Octal 376 320 132 0 22 101 0 53 143 103
Binary 11111110 11010000 1011010 0 10010 1000001 0 101011 1100011 1000011

Color Harmonies of #FED05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED05A

Black with #FED05A

Text Example


Text Example

White with #FED05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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