Html Css Color HEX #FDD54F Kournikova

📋 copy color: '#FDD54F'

red 253 ◦ green 213 ◦ blue 79

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

Shades of Kournikova #FDD54F

Tints of Kournikova #FDD54F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.08%

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

R = 46.42%
G = 39.08%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FDD54F (or 0xFDD54F) is known color: Kournikova. HEX triplet: FD, D5 and 4F. RGB value is (253,213,79). Sum of RGB (Red+Green+Blue) = 253+213+79=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 79 (31.25% from 255 or 14.50% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD54F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD54F is #022AB0. Grayscale: #D2D2D2. Windows color (decimal): -142001 or 5232125. OLE color: 5232125.

HSL color Cylindrical-coordinate representation of color #FDD54F: hue angle of 46.21º 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 #FDD54F is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 213 79 -
CMYK 0 0.16 0.69 0.01
HSL 46.21º 0.98% 0.65% -
HSV(B) 46.21º 0.69% 0.99% -
XYZ 65.71 69.04 17.26 -
YUV 209.68 54.25 158.9 -
System Red Green Blue C M Y K H S L
Decimal 253 213 79 0 0.16 0.69 0.01 46.21 0.98 0.65
Hex FD D5 4F 0 10 45 1 2E 62 41
Octal 375 325 117 0 20 105 1 56 142 101
Binary 11111101 11010101 1001111 0 10000 1000101 1 101110 1100010 1000001

Color Harmonies of #FDD54F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD54F

Black with #FDD54F

Text Example


Text Example

White with #FDD54F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD54F; }

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

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

background-color css

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

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

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

border-color css

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

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

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