Html Css Color HEX #FDCC45 Kournikova

📋 copy color: '#FDCC45'

red 253 ◦ green 204 ◦ blue 69

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

Shades of Kournikova #FDCC45

Tints of Kournikova #FDCC45

RGB

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

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

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

R = 48.1%
G = 38.78%
B = 13.12%

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

#FDCC45 (or 0xFDCC45) is known color: Kournikova. HEX triplet: FD, CC and 45. RGB value is (253,204,69). Sum of RGB (Red+Green+Blue) = 253+204+69=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 69 (27.34% from 255 or 13.12% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCC45 is #0233BA. Grayscale: #CBCBCB. Windows color (decimal): -144315 or 4574461. OLE color: 4574461.

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

Color convert

RGB 253 204 69 -
CMYK 0 0.19 0.73 0.01
HSL 44.02º 0.98% 0.63% -
HSV(B) 44.02º 0.73% 0.99% -
XYZ 63.18 64.5 14.75 -
YUV 203.26 52.23 163.48 -
System Red Green Blue C M Y K H S L
Decimal 253 204 69 0 0.19 0.73 0.01 44.02 0.98 0.63
Hex FD CC 45 0 13 49 1 2C 62 3F
Octal 375 314 105 0 23 111 1 54 142 77
Binary 11111101 11001100 1000101 0 10011 1001001 1 101100 1100010 111111

Color Harmonies of #FDCC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCC45

Black with #FDCC45

Text Example


Text Example

White with #FDCC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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