Html Css Color HEX #FFCC73 Grandis

📋 copy color: '#FFCC73'

red 255 ◦ green 204 ◦ blue 115

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

Shades of Grandis #FFCC73

Tints of Grandis #FFCC73

RGB

 RED value IS 255 (100% from 255) = 44.43%

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

 BLUE value IS 115 (45.31% from 255) = 20.03%

R = 44.43%
G = 35.54%
B = 20.03%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFCC73 (or 0xFFCC73) is known color: Grandis. HEX triplet: FF, CC and 73. RGB value is (255,204,115). Sum of RGB (Red+Green+Blue) = 255+204+115=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 115 (45.31% from 255 or 20.03% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCC73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCC73 is #00338C. Grayscale: #D1D1D1. Windows color (decimal): -13197 or 7589119. OLE color: 7589119.

HSL color Cylindrical-coordinate representation of color #FFCC73: hue angle of 38.14º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFCC73 is Cyan = 0, Magento = 0.2, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB 255 204 115 -
CMYK 0 0.2 0.55 0
HSL 38.14º 1% 0.73% -
HSV(B) 38.14º 0.55% 1% -
XYZ 65.93 65.68 25.42 -
YUV 209.1 74.9 160.74 -
System Red Green Blue C M Y K H S L
Decimal 255 204 115 0 0.2 0.55 0 38.14 1 0.73
Hex FF CC 73 0 14 37 0 26 64 49
Octal 377 314 163 0 24 67 0 46 144 111
Binary 11111111 11001100 1110011 0 10100 110111 0 100110 1100100 1001001

Color Harmonies of #FFCC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCC73

Black with #FFCC73

Text Example


Text Example

White with #FFCC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCC73; }

 p { color: rgb(255,204,115); }

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

background-color css

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

 a { background-color: rgb(255,204,115); }

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

border-color css

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

 span { border-color: rgb(255,204,115); }

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