Html Css Color HEX #FDD452 Kournikova

📋 copy color: '#FDD452'

red 253 ◦ green 212 ◦ blue 82

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

Shades of Kournikova #FDD452

Tints of Kournikova #FDD452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 14.99%

R = 46.25%
G = 38.76%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDD452 (or 0xFDD452) is known color: Kournikova. HEX triplet: FD, D4 and 52. RGB value is (253,212,82). Sum of RGB (Red+Green+Blue) = 253+212+82=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 82 (32.42% from 255 or 14.99% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD452 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD452 is #022BAD. Grayscale: #D2D2D2. Windows color (decimal): -142254 or 5428477. OLE color: 5428477.

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

Color convert

RGB 253 212 82 -
CMYK 0 0.16 0.68 0.01
HSL 45.61º 0.98% 0.66% -
HSV(B) 45.61º 0.68% 0.99% -
XYZ 65.57 68.58 17.76 -
YUV 209.44 56.08 159.07 -
System Red Green Blue C M Y K H S L
Decimal 253 212 82 0 0.16 0.68 0.01 45.61 0.98 0.66
Hex FD D4 52 0 10 44 1 2E 62 42
Octal 375 324 122 0 20 104 1 56 142 102
Binary 11111101 11010100 1010010 0 10000 1000100 1 101110 1100010 1000010

Color Harmonies of #FDD452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD452

Black with #FDD452

Text Example


Text Example

White with #FDD452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD452; }

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

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

background-color css

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

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

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

border-color css

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

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

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