Html Css Color HEX #FFC768 Grandis

📋 copy color: '#FFC768'

red 255 ◦ green 199 ◦ blue 104

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

Shades of Grandis #FFC768

Tints of Grandis #FFC768

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.66%

 BLUE value IS 104 (41.02% from 255) = 18.64%

R = 45.7%
G = 35.66%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0

RGB Variations

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

Color information

#FFC768 (or 0xFFC768) is known color: Grandis. HEX triplet: FF, C7 and 68. RGB value is (255,199,104). Sum of RGB (Red+Green+Blue) = 255+199+104=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 199 (78.12% from 255 or 35.66% from 558); Blue value is 104 (41.02% from 255 or 18.64% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC768 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC768 is #003897. Grayscale: #CDCDCD. Windows color (decimal): -14488 or 6866943. OLE color: 6866943.

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

Color convert

RGB 255 199 104 -
CMYK 0 0.22 0.59 0
HSL 37.75º 1% 0.7% -
HSV(B) 37.75º 0.59% 1% -
XYZ 64.16 63.11 21.9 -
YUV 204.91 71.05 163.72 -
System Red Green Blue C M Y K H S L
Decimal 255 199 104 0 0.22 0.59 0 37.75 1 0.7
Hex FF C7 68 0 16 3B 0 26 64 46
Octal 377 307 150 0 26 73 0 46 144 106
Binary 11111111 11000111 1101000 0 10110 111011 0 100110 1100100 1000110

Color Harmonies of #FFC768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC768

Black with #FFC768

Text Example


Text Example

White with #FFC768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC768; }

 p { color: rgb(255,199,104); }

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

background-color css

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

 a { background-color: rgb(255,199,104); }

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

border-color css

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

 span { border-color: rgb(255,199,104); }

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