Html Css Color HEX #FCCD45 Kournikova

📋 copy color: '#FCCD45'

red 252 ◦ green 205 ◦ blue 69

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

Shades of Kournikova #FCCD45

Tints of Kournikova #FCCD45

RGB

 RED value IS 252 (98.83% from 255) = 47.91%

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

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

R = 47.91%
G = 38.97%
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

#FCCD45 (or 0xFCCD45) is known color: Kournikova. HEX triplet: FC, CD and 45. RGB value is (252,205,69). Sum of RGB (Red+Green+Blue) = 252+205+69=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 69 (27.34% from 255 or 13.12% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCD45 is #0332BA. Grayscale: #CCCCCC. Windows color (decimal): -209595 or 4574716. OLE color: 4574716.

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

Color convert

RGB 252 205 69 -
CMYK 0 0.19 0.73 0.01
HSL 44.59º 0.97% 0.63% -
HSV(B) 44.59º 0.73% 0.99% -
XYZ 63.05 64.79 14.81 -
YUV 203.55 52.07 162.56 -
System Red Green Blue C M Y K H S L
Decimal 252 205 69 0 0.19 0.73 0.01 44.59 0.97 0.63
Hex FC CD 45 0 13 49 1 2D 61 3F
Octal 374 315 105 0 23 111 1 55 141 77
Binary 11111100 11001101 1000101 0 10011 1001001 1 101101 1100001 111111

Color Harmonies of #FCCD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD45

Black with #FCCD45

Text Example


Text Example

White with #FCCD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD45; }

 p { color: rgb(252,205,69); }

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

background-color css

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

 a { background-color: rgb(252,205,69); }

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

border-color css

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

 span { border-color: rgb(252,205,69); }

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