Html Css Color HEX #FDD44F Kournikova

📋 copy color: '#FDD44F'

red 253 ◦ green 212 ◦ blue 79

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

Shades of Kournikova #FDD44F

Tints of Kournikova #FDD44F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.97%

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

R = 46.51%
G = 38.97%
B = 14.52%

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

#FDD44F (or 0xFDD44F) is known color: Kournikova. HEX triplet: FD, D4 and 4F. RGB value is (253,212,79). Sum of RGB (Red+Green+Blue) = 253+212+79=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 212 (83.20% from 255 or 38.97% from 544); Blue value is 79 (31.25% from 255 or 14.52% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD44F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD44F is #022BB0. Grayscale: #D1D1D1. Windows color (decimal): -142257 or 5231869. OLE color: 5231869.

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

Color convert

RGB 253 212 79 -
CMYK 0 0.16 0.69 0.01
HSL 45.86º 0.98% 0.65% -
HSV(B) 45.86º 0.69% 0.99% -
XYZ 65.46 68.53 17.18 -
YUV 209.1 54.58 159.31 -
System Red Green Blue C M Y K H S L
Decimal 253 212 79 0 0.16 0.69 0.01 45.86 0.98 0.65
Hex FD D4 4F 0 10 45 1 2E 62 41
Octal 375 324 117 0 20 105 1 56 142 101
Binary 11111101 11010100 1001111 0 10000 1000101 1 101110 1100010 1000001

Color Harmonies of #FDD44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD44F

Black with #FDD44F

Text Example


Text Example

White with #FDD44F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD44F; }

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

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

background-color css

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

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

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

border-color css

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

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

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