Html Css Color HEX #FDD24C Kournikova

📋 copy color: '#FDD24C'

red 253 ◦ green 210 ◦ blue 76

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

Shades of Kournikova #FDD24C

Tints of Kournikova #FDD24C

RGB

 RED value IS 253 (99.22% from 255) = 46.94%

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

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

R = 46.94%
G = 38.96%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FDD24C (or 0xFDD24C) is known color: Kournikova. HEX triplet: FD, D2 and 4C. RGB value is (253,210,76). Sum of RGB (Red+Green+Blue) = 253+210+76=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 210 (82.42% from 255 or 38.96% from 539); Blue value is 76 (30.08% from 255 or 14.10% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD24C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD24C is #022DB3. Grayscale: #D0D0D0. Windows color (decimal): -142772 or 5034749. OLE color: 5034749.

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

Color convert

RGB 253 210 76 -
CMYK 0 0.17 0.70 0.01
HSL 45.42º 0.98% 0.65% -
HSV(B) 45.42º 0.7% 0.99% -
XYZ 64.86 67.5 16.45 -
YUV 207.58 53.75 160.4 -
System Red Green Blue C M Y K H S L
Decimal 253 210 76 0 0.17 0.70 0.01 45.42 0.98 0.65
Hex FD D2 4C 0 11 46 1 2D 62 41
Octal 375 322 114 0 21 106 1 55 142 101
Binary 11111101 11010010 1001100 0 10001 1000110 1 101101 1100010 1000001

Color Harmonies of #FDD24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD24C

Black with #FDD24C

Text Example


Text Example

White with #FDD24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD24C; }

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

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

background-color css

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

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

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

border-color css

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

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

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