Html Css Color HEX #FDCC49 Kournikova

📋 copy color: '#FDCC49'

red 253 ◦ green 204 ◦ blue 73

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

Shades of Kournikova #FDCC49

Tints of Kournikova #FDCC49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 13.77%

R = 47.74%
G = 38.49%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FDCC49 (or 0xFDCC49) is known color: Kournikova. HEX triplet: FD, CC and 49. RGB value is (253,204,73). Sum of RGB (Red+Green+Blue) = 253+204+73=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 73 (28.91% from 255 or 13.77% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCC49 is #0233B6. Grayscale: #CCCCCC. Windows color (decimal): -144311 or 4836605. OLE color: 4836605.

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

Color convert

RGB 253 204 73 -
CMYK 0 0.19 0.71 0.01
HSL 43.67º 0.98% 0.64% -
HSV(B) 43.67º 0.71% 0.99% -
XYZ 63.3 64.55 15.43 -
YUV 203.72 54.23 163.15 -
System Red Green Blue C M Y K H S L
Decimal 253 204 73 0 0.19 0.71 0.01 43.67 0.98 0.64
Hex FD CC 49 0 13 47 1 2C 62 40
Octal 375 314 111 0 23 107 1 54 142 100
Binary 11111101 11001100 1001001 0 10011 1000111 1 101100 1100010 1000000

Color Harmonies of #FDCC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCC49

Black with #FDCC49

Text Example


Text Example

White with #FDCC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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