Html Css Color HEX #FED24C Kournikova

📋 copy color: '#FED24C'

red 254 ◦ green 210 ◦ blue 76

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

Shades of Kournikova #FED24C

Tints of Kournikova #FED24C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.07%

R = 47.04%
G = 38.89%
B = 14.07%

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

#FED24C (or 0xFED24C) is known color: Kournikova. HEX triplet: FE, D2 and 4C. RGB value is (254,210,76). Sum of RGB (Red+Green+Blue) = 254+210+76=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 76 (30.08% from 255 or 14.07% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FED24C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED24C is #012DB3. Grayscale: #D0D0D0. Windows color (decimal): -77236 or 5034750. OLE color: 5034750.

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

Color convert

RGB 254 210 76 -
CMYK 0 0.17 0.70 0.00
HSL 45.17º 0.99% 0.65% -
HSV(B) 45.17º 0.7% 1% -
XYZ 65.22 67.69 16.46 -
YUV 207.88 53.58 160.9 -
System Red Green Blue C M Y K H S L
Decimal 254 210 76 0 0.17 0.70 0.00 45.17 0.99 0.65
Hex FE D2 4C 0 11 46 0 2D 63 41
Octal 376 322 114 0 21 106 0 55 143 101
Binary 11111110 11010010 1001100 0 10001 1000110 0 101101 1100011 1000001

Color Harmonies of #FED24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED24C

Black with #FED24C

Text Example


Text Example

White with #FED24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED24C; }

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

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

background-color css

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

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

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

border-color css

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

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

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