Html Css Color HEX #FED24F Kournikova

📋 copy color: '#FED24F'

red 254 ◦ green 210 ◦ blue 79

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

Shades of Kournikova #FED24F

Tints of Kournikova #FED24F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 14.55%

R = 46.78%
G = 38.67%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FED24F (or 0xFED24F) is known color: Kournikova. HEX triplet: FE, D2 and 4F. RGB value is (254,210,79). Sum of RGB (Red+Green+Blue) = 254+210+79=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 79 (31.25% from 255 or 14.55% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FED24F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED24F is #012DB0. Grayscale: #D0D0D0. Windows color (decimal): -77233 or 5231358. OLE color: 5231358.

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

Color convert

RGB 254 210 79 -
CMYK 0 0.17 0.69 0.00
HSL 44.91º 0.99% 0.65% -
HSV(B) 44.91º 0.69% 1% -
XYZ 65.33 67.73 17.03 -
YUV 208.22 55.08 160.65 -
System Red Green Blue C M Y K H S L
Decimal 254 210 79 0 0.17 0.69 0.00 44.91 0.99 0.65
Hex FE D2 4F 0 11 45 0 2D 63 41
Octal 376 322 117 0 21 105 0 55 143 101
Binary 11111110 11010010 1001111 0 10001 1000101 0 101101 1100011 1000001

Color Harmonies of #FED24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED24F

Black with #FED24F

Text Example


Text Example

White with #FED24F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED24F; }

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

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

background-color css

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

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

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

border-color css

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

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

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