Html Css Color HEX #FFC96B Grandis

📋 copy color: '#FFC96B'

red 255 ◦ green 201 ◦ blue 107

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

Shades of Grandis #FFC96B

Tints of Grandis #FFC96B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.7%

 BLUE value IS 107 (42.19% from 255) = 19.01%

R = 45.29%
G = 35.7%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FFC96B (or 0xFFC96B) is known color: Grandis. HEX triplet: FF, C9 and 6B. RGB value is (255,201,107). Sum of RGB (Red+Green+Blue) = 255+201+107=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 107 (42.19% from 255 or 19.01% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC96B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC96B is #003694. Grayscale: #CECECE. Windows color (decimal): -13973 or 7064063. OLE color: 7064063.

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

Color convert

RGB 255 201 107 -
CMYK 0 0.21 0.58 0
HSL 38.11º 1% 0.71% -
HSV(B) 38.11º 0.58% 1% -
XYZ 64.78 64.09 22.87 -
YUV 206.43 71.89 162.64 -
System Red Green Blue C M Y K H S L
Decimal 255 201 107 0 0.21 0.58 0 38.11 1 0.71
Hex FF C9 6B 0 15 3A 0 26 64 47
Octal 377 311 153 0 25 72 0 46 144 107
Binary 11111111 11001001 1101011 0 10101 111010 0 100110 1100100 1000111

Color Harmonies of #FFC96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC96B

Black with #FFC96B

Text Example


Text Example

White with #FFC96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC96B; }

 p { color: rgb(255,201,107); }

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

background-color css

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

 a { background-color: rgb(255,201,107); }

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

border-color css

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

 span { border-color: rgb(255,201,107); }

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