Html Css Color HEX #FDCC52 Kournikova

📋 copy color: '#FDCC52'

red 253 ◦ green 204 ◦ blue 82

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

Shades of Kournikova #FDCC52

Tints of Kournikova #FDCC52

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.85%

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

R = 46.94%
G = 37.85%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDCC52 (or 0xFDCC52) is known color: Kournikova. HEX triplet: FD, CC and 52. RGB value is (253,204,82). Sum of RGB (Red+Green+Blue) = 253+204+82=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 82 (32.42% from 255 or 15.21% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCC52 is #0233AD. Grayscale: #CDCDCD. Windows color (decimal): -144302 or 5426429. OLE color: 5426429.

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

Color convert

RGB 253 204 82 -
CMYK 0 0.19 0.68 0.01
HSL 42.81º 0.98% 0.66% -
HSV(B) 42.81º 0.68% 0.99% -
XYZ 63.62 64.68 17.11 -
YUV 204.74 58.73 162.42 -
System Red Green Blue C M Y K H S L
Decimal 253 204 82 0 0.19 0.68 0.01 42.81 0.98 0.66
Hex FD CC 52 0 13 44 1 2B 62 42
Octal 375 314 122 0 23 104 1 53 142 102
Binary 11111101 11001100 1010010 0 10011 1000100 1 101011 1100010 1000010

Color Harmonies of #FDCC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCC52

Black with #FDCC52

Text Example


Text Example

White with #FDCC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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