Html Css Color HEX #FDD04F Kournikova

📋 copy color: '#FDD04F'

red 253 ◦ green 208 ◦ blue 79

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

Shades of Kournikova #FDD04F

Tints of Kournikova #FDD04F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.52%

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

R = 46.85%
G = 38.52%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FDD04F (or 0xFDD04F) is known color: Kournikova. HEX triplet: FD, D0 and 4F. RGB value is (253,208,79). Sum of RGB (Red+Green+Blue) = 253+208+79=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 79 (31.25% from 255 or 14.63% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD04F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD04F is #022FB0. Grayscale: #CFCFCF. Windows color (decimal): -143281 or 5230845. OLE color: 5230845.

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

Color convert

RGB 253 208 79 -
CMYK 0 0.18 0.69 0.01
HSL 44.48º 0.98% 0.65% -
HSV(B) 44.48º 0.69% 0.99% -
XYZ 64.48 66.56 16.85 -
YUV 206.75 55.91 160.99 -
System Red Green Blue C M Y K H S L
Decimal 253 208 79 0 0.18 0.69 0.01 44.48 0.98 0.65
Hex FD D0 4F 0 12 45 1 2C 62 41
Octal 375 320 117 0 22 105 1 54 142 101
Binary 11111101 11010000 1001111 0 10010 1000101 1 101100 1100010 1000001

Color Harmonies of #FDD04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD04F

Black with #FDD04F

Text Example


Text Example

White with #FDD04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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