Html Css Color HEX #FDD245 Kournikova

📋 copy color: '#FDD245'

red 253 ◦ green 210 ◦ blue 69

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

Shades of Kournikova #FDD245

Tints of Kournikova #FDD245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.97%

R = 47.56%
G = 39.47%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FDD245 (or 0xFDD245) is known color: Kournikova. HEX triplet: FD, D2 and 45. RGB value is (253,210,69). Sum of RGB (Red+Green+Blue) = 253+210+69=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 69 (27.34% from 255 or 12.97% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD245 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD245 is #022DBA. Grayscale: #CFCFCF. Windows color (decimal): -142779 or 4575997. OLE color: 4575997.

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

Color convert

RGB 253 210 69 -
CMYK 0 0.17 0.73 0.01
HSL 45.98º 0.98% 0.63% -
HSV(B) 45.98º 0.73% 0.99% -
XYZ 64.63 67.41 15.23 -
YUV 206.78 50.25 160.96 -
System Red Green Blue C M Y K H S L
Decimal 253 210 69 0 0.17 0.73 0.01 45.98 0.98 0.63
Hex FD D2 45 0 11 49 1 2E 62 3F
Octal 375 322 105 0 21 111 1 56 142 77
Binary 11111101 11010010 1000101 0 10001 1001001 1 101110 1100010 111111

Color Harmonies of #FDD245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD245

Black with #FDD245

Text Example


Text Example

White with #FDD245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD245; }

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

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

background-color css

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

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

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

border-color css

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

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

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