Html Css Color HEX #FED24D Kournikova

📋 copy color: '#FED24D'

red 254 ◦ green 210 ◦ blue 77

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

Shades of Kournikova #FED24D

Tints of Kournikova #FED24D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.82%

 BLUE value IS 77 (30.47% from 255) = 14.23%

R = 46.95%
G = 38.82%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FED24D (or 0xFED24D) is known color: Kournikova. HEX triplet: FE, D2 and 4D. RGB value is (254,210,77). Sum of RGB (Red+Green+Blue) = 254+210+77=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 210 (82.42% from 255 or 38.82% from 541); Blue value is 77 (30.47% from 255 or 14.23% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FED24D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED24D is #012DB2. Grayscale: #D0D0D0. Windows color (decimal): -77235 or 5100286. OLE color: 5100286.

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

Color convert

RGB 254 210 77 -
CMYK 0 0.17 0.70 0.00
HSL 45.08º 0.99% 0.65% -
HSV(B) 45.08º 0.7% 1% -
XYZ 65.26 67.7 16.65 -
YUV 207.99 54.08 160.81 -
System Red Green Blue C M Y K H S L
Decimal 254 210 77 0 0.17 0.70 0.00 45.08 0.99 0.65
Hex FE D2 4D 0 11 46 0 2D 63 41
Octal 376 322 115 0 21 106 0 55 143 101
Binary 11111110 11010010 1001101 0 10001 1000110 0 101101 1100011 1000001

Color Harmonies of #FED24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED24D

Black with #FED24D

Text Example


Text Example

White with #FED24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED24D; }

 p { color: rgb(254,210,77); }

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

background-color css

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

 a { background-color: rgb(254,210,77); }

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

border-color css

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

 span { border-color: rgb(254,210,77); }

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