Html Css Color HEX #FDCD44 Kournikova

📋 copy color: '#FDCD44'

red 253 ◦ green 205 ◦ blue 68

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

Shades of Kournikova #FDCD44

Tints of Kournikova #FDCD44

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.97%

 BLUE value IS 68 (26.95% from 255) = 12.93%

R = 48.1%
G = 38.97%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FDCD44 (or 0xFDCD44) is known color: Kournikova. HEX triplet: FD, CD and 44. RGB value is (253,205,68). Sum of RGB (Red+Green+Blue) = 253+205+68=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 68 (26.95% from 255 or 12.93% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCD44 is #0232BB. Grayscale: #CCCCCC. Windows color (decimal): -144060 or 4509181. OLE color: 4509181.

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

Color convert

RGB 253 205 68 -
CMYK 0 0.19 0.73 0.01
HSL 44.43º 0.98% 0.63% -
HSV(B) 44.43º 0.73% 0.99% -
XYZ 63.38 64.96 14.67 -
YUV 203.73 51.4 163.14 -
System Red Green Blue C M Y K H S L
Decimal 253 205 68 0 0.19 0.73 0.01 44.43 0.98 0.63
Hex FD CD 44 0 13 49 1 2C 62 3F
Octal 375 315 104 0 23 111 1 54 142 77
Binary 11111101 11001101 1000100 0 10011 1001001 1 101100 1100010 111111

Color Harmonies of #FDCD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD44

Black with #FDCD44

Text Example


Text Example

White with #FDCD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD44; }

 p { color: rgb(253,205,68); }

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

background-color css

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

 a { background-color: rgb(253,205,68); }

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

border-color css

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

 span { border-color: rgb(253,205,68); }

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