Html Css Color HEX #FDD24F Kournikova

📋 copy color: '#FDD24F'

red 253 ◦ green 210 ◦ blue 79

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

Shades of Kournikova #FDD24F

Tints of Kournikova #FDD24F

RGB

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

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

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

R = 46.68%
G = 38.75%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FDD24F (or 0xFDD24F) is known color: Kournikova. HEX triplet: FD, D2 and 4F. RGB value is (253,210,79). Sum of RGB (Red+Green+Blue) = 253+210+79=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 210 (82.42% from 255 or 38.75% from 542); Blue value is 79 (31.25% from 255 or 14.58% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD24F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD24F is #022DB0. Grayscale: #D0D0D0. Windows color (decimal): -142769 or 5231357. OLE color: 5231357.

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

Color convert

RGB 253 210 79 -
CMYK 0 0.17 0.69 0.01
HSL 45.17º 0.98% 0.65% -
HSV(B) 45.17º 0.69% 0.99% -
XYZ 64.97 67.54 17.01 -
YUV 207.92 55.25 160.15 -
System Red Green Blue C M Y K H S L
Decimal 253 210 79 0 0.17 0.69 0.01 45.17 0.98 0.65
Hex FD D2 4F 0 11 45 1 2D 62 41
Octal 375 322 117 0 21 105 1 55 142 101
Binary 11111101 11010010 1001111 0 10001 1000101 1 101101 1100010 1000001

Color Harmonies of #FDD24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD24F

Black with #FDD24F

Text Example


Text Example

White with #FDD24F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD24F; }

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

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

background-color css

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

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

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

border-color css

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

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

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